freebsd-ports/mail/spamd/files/patch-greyh
Xin LI 69a6bd94a5 - Make spamd work with ipfw(4) [1]
- Modernize RC_SUBR usage.
 - Pet portlint(1)

Submitted by:	Maurice Castro <maurice sphinx clari net au> [1]
PR:		ports/94715
Approved by:	sem (mentor)
2006-05-02 08:54:50 +00:00

10 lines
395 B
Text

--- spamd/grey.h Thu Mar 16 19:55:33 2006
+++ spamd/grey.h Thu Mar 16 19:55:56 2006
@@ -22,6 +22,7 @@
#define WHITEEXP (60 * 60 * 24 * 36) /* remove white entries after 36 days */
#define TRAPEXP (60 * 60 * 24) /* hitting a spamtrap blacklists for a day */
#define PATH_PFCTL "/sbin/pfctl"
+#define PATH_IPFW "/sbin/ipfw"
#define DB_SCAN_INTERVAL 60
#define PATH_SPAMD_DB "/var/db/spamd"