freebsd-ports/mail/exim/files/patch-src::smtp_in.c
Sheldon Hearn 983ef9b69a Add the author's patch to fix bad handling of a disk space shortage
on pipeline input.

Bump PORTREVISION to reflect the change.

Obtained from: exim-users@exim.org

Message-Id: <Pine.SOL.4.33.0111131315260.9828-100000@virgo.cus.cam.ac.uk>
2001-11-14 11:25:42 +00:00

11 lines
282 B
C

--- 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;
}