ports/mail/sendmail-devel/files/patch-daemon.c
Dirk Meyer 4281b33b63 l/sendmaili-devel: Fix MTA-STS support, to local-deliverable with MTA-STS enabled
PR: 275996
Submitted by: Hiroki Sato
Submitted by: Norikatsu Shigemura
2023-12-29 23:27:29 +01:00

11 lines
225 B
C

--- sendmail/daemon.c.orig 2023-10-27 05:47:26 UTC
+++ sendmail/daemon.c
@@ -782,6 +782,8 @@ getrequests(e)
anynet_ntoa(&RealHostAddr));
}
+ BLACKLIST_INIT();
+
if (pipefd[0] != -1)
{
auto char c;