Files
ports/mail/sendmail/files/patch-daemon.c
T
Dirk Meyer 61f6338738 mail/sendmail: Use blocklist
renamed option BLACKLISTD to BLOCKLISTD
PR: 294094
2026-03-29 10:09:30 +02:00

12 lines
225 B
C

--- sendmail/daemon.c.orig 2024-01-31 06:38:32 UTC
+++ sendmail/daemon.c
@@ -782,6 +782,8 @@ getrequests(e)
anynet_ntoa(&RealHostAddr));
}
+ BLOCKLIST_INIT();
+
if (pipefd[0] != -1)
{
auto char c;