ports/mail/sendmail/files/patch-daemon.c
Dirk Meyer 6921ca5f80 - new option BLACKLISTD for FreeBSD-11
Submitted by:	Kurt Lidl, Masachika ISHIZUKA
Differential Revision:	https://reviews.freebsd.org/D6595
2017-10-16 09:18:49 +00:00

13 lines
289 B
C

--- sendmail/daemon.c.orig 2016-06-12 18:25:14.196269000 -0400
+++ sendmail/daemon.c 2016-06-12 18:31:47.159880000 -0400
@@ -754,6 +754,10 @@
anynet_ntoa(&RealHostAddr));
}
+#ifdef USE_BLACKLIST
+ blacklist_init();
+#endif
+
if (pipefd[0] != -1)
{
auto char c;