20190312
Bugfix (introduced: Postfix 2.2): reject_multi_recipient_bounce
- produce false rejects with smtpd_end_of_data_restrictons,
- and for the same reasons, with the Postfix 3.4 BDAT command.
- The latter was reported by Andreas Schulze. File:
- smtpd/smtpd_check.c.
+ has been producing false rejects starting with the Postfix
+ 2.2 smtpd_end_of_data_restrictons, and for the same reasons,
+ does the same with the Postfix 3.4 BDAT command. The latter
+ was reported by Andreas Schulze. 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 "20190312"
-#define MAIL_VERSION_NUMBER "3.4.4-RC1"
+#define MAIL_RELEASE_DATE "20190314"
+#define MAIL_VERSION_NUMBER "3.4.4"
#ifdef SNAPSHOT
#define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE