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.
* 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