Fix regression in sendmail 8.14.6 release based on errata published at:

http://www.sendmail.com/sm/open_source/download/8.14.6/
This commit is contained in:
Gregory Neil Shapiro 2013-02-18 19:23:41 +00:00
parent f42a25625a
commit ccc63572ab

View File

@ -4048,7 +4048,7 @@ milter_helo(helo, e, state)
}
response = milter_command(SMFIC_HELO, helo, strlen(helo) + 1,
SMFIM_EOH, e, state, "helo", false);
SMFIM_HELO, e, state, "helo", false);
milter_per_connection_check(e);
return response;
}