proto/postconf.proto, smtpd/smtpd.c, smtpd/smtpd_chat.c.
Minor wordsmithing. File: makedefs.
+
+20180823
+
+ Bugfix (introduced: 20180812): postscreen_send.c did not
+ build without warnings. Viktor Dukhovni.
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20180819"
+#define MAIL_RELEASE_DATE "20180823"
#define MAIL_VERSION_NUMBER "3.4"
#ifdef SNAPSHOT
/* psc_get_footer - find that footer */
-static const char *psc_get_footer(PSC_STATE *state, const char *text,
- ssize_t text_len)
+static const char *psc_get_footer(const char *text, ssize_t text_len)
{
static VSTRING *footer_buf = 0;
*/
if ((*text == '4' || *text == '5')
&& ((psc_rej_ftr_maps != 0
- && (footer = psc_get_footer(psc_rej_ftr_maps, text, text_len)) != 0)
+ && (footer = psc_get_footer(text, text_len)) != 0)
|| *(footer = var_psc_rej_footer) != 0))
smtp_reply_footer(state->send_buf, start, footer,
STR(psc_expand_filter), psc_expand_lookup,