From: Wietse Venema Date: Thu, 27 Jul 2006 05:00:00 +0000 (-0500) Subject: postfix-2.3.2 X-Git-Tag: v2.3.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a327a9a8ae740b74f94008837f930c96cf0d644;p=thirdparty%2Fpostfix.git postfix-2.3.2 --- diff --git a/postfix/HISTORY b/postfix/HISTORY index 16deafd4d..76085db32 100644 --- a/postfix/HISTORY +++ b/postfix/HISTORY @@ -12611,3 +12611,29 @@ Apologies for any names omitted. Bugfix: when updating the same header multiple times, the Postfix Milter client created a queue file that caused delivery agents to loop. File: cleanup/cleanup_milter.c. + +20060725 + + Bugfix: damaged queue file record after a Milter request + to modify a message header when 1) it was the last header + in the unmodified message, and 2) the old header was less + than 15 characters long. File: cleanup/cleanup_milter.c. + + Bugfix: don't panic in smtp_rcpt_cleanup() after detecting + a damaged queue file record. File: smtp/smtp_proto.c. + +20060726 + + Bugfix: the 20051013 change to enforce the message size + limit in the SMTP server didn't work for size limits close + enough to INT_MAX. File: smtpd/smtpd.c. + + Bugfix: after an SMTP client was rejected with "smtpd_delay_reject + = no", the SMTP server would panic as it generated spurious + Milter requests for unrecognized commands. File: smtpd/smtpd.c. + +20060727 + + Cleanup: change redundant milter_abort() and milter_disc_event() + calls into NO-OPs. This avoids unnecessary panic() events + for completely harmless conditions. File: milter/milter8.c. diff --git a/postfix/README_FILES/DSN_README b/postfix/README_FILES/DSN_README index b7bc3fd10..a422a3f6f 100644 --- a/postfix/README_FILES/DSN_README +++ b/postfix/README_FILES/DSN_README @@ -11,7 +11,7 @@ delivery notifications. Specifically, DSN support gives an email sender the ability to specify: * What notifications are sent: success, failure, delay, or none. Normally, - Postfix informs the sender only mail when delivery is delayed or when + Postfix informs the sender only when mail delivery is delayed or when delivery fails. * What content is returned in case of failure: only the message headers, or diff --git a/postfix/html/DSN_README.html b/postfix/html/DSN_README.html index 38d1efe71..8a389498b 100644 --- a/postfix/html/DSN_README.html +++ b/postfix/html/DSN_README.html @@ -30,7 +30,7 @@ specify: