that the remote SMTP client was pipelining after sending
BDAT. Found by Ralf Hildebrandt. File:
postscreen/postscreen_smtpd.c.
+
+20180904
+
+ Bugfix (introduced: 20180812): parameter name error
+ (postscreen_reject_footer should have been
+ postscreen_reject_footer_maps). Noel Jones (finder) and
+ Viktor Dukhovni (fixer).
#define DEF_PSC_REJ_FOOTER "$" VAR_SMTPD_REJ_FOOTER
extern char *var_psc_rej_footer;
-#define VAR_PSC_REJ_FTR_MAPS "postscreen_reject_footer"
+#define VAR_PSC_REJ_FTR_MAPS "postscreen_reject_footer_maps"
#define DEF_PSC_REJ_FTR_MAPS "$" VAR_SMTPD_REJ_FTR_MAPS
extern char *var_psc_rej_ftr_maps;
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20180903"
+#define MAIL_RELEASE_DATE "20180904"
#define MAIL_VERSION_NUMBER "3.4"
#ifdef SNAPSHOT