From: Wietse Venema Date: Tue, 2 Jan 2007 05:00:00 +0000 (-0500) Subject: postfix-2.3.6 X-Git-Tag: v2.3.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e439c9a1144fd7437d9dedf7051c7b9dec1f9a20;p=thirdparty%2Fpostfix.git postfix-2.3.6 --- diff --git a/postfix/HISTORY b/postfix/HISTORY index 130858ec6..08f51e3ba 100644 --- a/postfix/HISTORY +++ b/postfix/HISTORY @@ -12902,6 +12902,8 @@ Apologies for any names omitted. 20061227 - Bugfix: the MX hostname syntax check was accidentally skipped - with reject_unknown_helo_hostname/sender_domain/recipient_domain. - File: smtpd/smtpd_check.c. + Bugfix (introduced with Postfix 2.3): the MX hostname syntax + check was skipped with reject_unknown_helo_hostname and + reject_unknown_sender/recipient_domain, so that Postfix + would still accept mail from domains with a zero-length MX + hostname. File: smtpd/smtpd_check.c. diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index 66203d0f3..96e58f687 100644 --- a/postfix/src/global/mail_version.h +++ b/postfix/src/global/mail_version.h @@ -20,8 +20,8 @@ * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ -#define MAIL_RELEASE_DATE "20061229" -#define MAIL_VERSION_NUMBER "2.3.6-RC3" +#define MAIL_RELEASE_DATE "20070102" +#define MAIL_VERSION_NUMBER "2.3.6" #ifdef SNAPSHOT # define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE