Author: gshapiro
Date: Mon Feb 18 19:33:07 2013
New Revision: 246947
URL: http://svnweb.freebsd.org/changeset/base/246947
Log:
Merge sendmail 8.14.6 errata issue
MFC after: 3 days
Modified:
head/contrib/sendmail/src/milter.c
Directory Properties:
head/contrib/sendmail/ (props changed)
Modified: head/contrib/sendmail/src/milter.c
==============================================================================
--- head/contrib/sendmail/src/milter.c Mon Feb 18 19:23:41 2013
(r246946)
+++ head/contrib/sendmail/src/milter.c Mon Feb 18 19:33:07 2013
(r246947)
@@ -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;
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"