sendmail/sendmail-8.14.6-milter-helo-fix.patch
Jaroslav Škarvada bb93e952de Fixed milter_helo regression (milter-helo-fix patch)
Resolves: rhbz#895552
2013-01-16 21:48:47 +01:00

13 lines
439 B
Diff

diff -up ./sendmail/milter.c.orig ./sendmail/milter.c
--- a/sendmail/milter.c 2013-01-02 10:15:08.000000000 +0100
+++ b/sendmail/milter.c 2013-01-16 18:58:19.440497919 +0100
@@ -4067,7 +4067,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;
}