diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-10-16 09:18:49 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-10-16 09:18:49 +0000 |
commit | 6921ca5f809baccedb8552bff8f45fe449b38c36 (patch) | |
tree | 9aaec77cfc8f39a2f68825d0c3bbd8272f850a7e /mail/sendmail/files/patch-sendmail.h | |
parent | Skip comments when parsing GID_FILES (diff) |
- new option BLACKLISTD for FreeBSD-11
Submitted by: Kurt Lidl, Masachika ISHIZUKA
Differential Revision: https://reviews.freebsd.org/D6595
Diffstat (limited to 'mail/sendmail/files/patch-sendmail.h')
-rw-r--r-- | mail/sendmail/files/patch-sendmail.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/sendmail/files/patch-sendmail.h b/mail/sendmail/files/patch-sendmail.h new file mode 100644 index 000000000000..4969fd6c03bc --- /dev/null +++ b/mail/sendmail/files/patch-sendmail.h @@ -0,0 +1,16 @@ +--- sendmail/sendmail.h.orig 2016-06-12 18:23:05.239106000 -0400 ++++ sendmail/sendmail.h 2016-06-12 18:42:38.972341000 -0400 +@@ -2647,6 +2647,13 @@ + extern char *milter_unknown __P((char *, ENVELOPE *, char *)); + #endif /* MILTER */ + ++#if USE_BLACKLIST ++/* blacklistd functions */ ++void blacklist_init(void); ++void blacklist_notify(int, int, char *); ++#include <blacklist.h> ++#endif ++ + extern char *addquotes __P((char *, SM_RPOOL_T *)); + extern char *arpadate __P((char *)); + extern bool atobool __P((char *)); |