diff options
Diffstat (limited to 'src/milter.c')
-rw-r--r-- | src/milter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/milter.c b/src/milter.c index 9774a91..a403a16 100644 --- a/src/milter.c +++ b/src/milter.c @@ -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; } |