mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Merge sendmail 8.14.6 errata issue
MFC after: 3 days
This commit is contained in:
commit
69b95e367f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue