aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-old/files/patch-src::smtp_in.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim-old/files/patch-src::smtp_in.c')
-rw-r--r--mail/exim-old/files/patch-src::smtp_in.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/exim-old/files/patch-src::smtp_in.c b/mail/exim-old/files/patch-src::smtp_in.c
new file mode 100644
index 000000000000..4edda1daf19c
--- /dev/null
+++ b/mail/exim-old/files/patch-src::smtp_in.c
@@ -0,0 +1,10 @@
+--- src/smtp_in.c.orig Wed Aug 15 13:09:12 2001
++++ src/smtp_in.c Wed Nov 14 13:24:12 2001
+@@ -2482,6 +2482,7 @@
+ mail_from_size + 5000 : 0))
+ {
+ smtp_printf("452 space shortage, please try later\r\n");
++ sender_address = NULL;
+ break;
+ }
+