diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-10 13:56:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-10 13:56:28 +0000 |
commit | 9bd24ffa8195351f03a7ed500e636d2e5a5d7e26 (patch) | |
tree | 52caa0f71de957b9d8264387ad0fa73752703551 /mail | |
parent | 180ef443a6e6d8796220bac521339d2285efa84f (diff) | |
download | ports-9bd24ffa8195351f03a7ed500e636d2e5a5d7e26.tar.gz ports-9bd24ffa8195351f03a7ed500e636d2e5a5d7e26.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamass-rules/Makefile | 7 | ||||
-rw-r--r-- | mail/spamass-rules/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail/spamass-rules/Makefile b/mail/spamass-rules/Makefile index 39cafeb75168..089a3145bba6 100644 --- a/mail/spamass-rules/Makefile +++ b/mail/spamass-rules/Makefile @@ -6,7 +6,7 @@ # PORTNAME= spamass-rules -PORTVERSION= 20050208 +PORTVERSION= 20050401 CATEGORIES= mail MASTER_SITES= http://www.ranner.jawa.at/stuff/ \ http://web.inforum.at/downloads/ @@ -34,6 +34,7 @@ OPTIONS= AHBL "Check AHBL Blacklist" off \ SARE1 "Installs more restrictive SARE rules" off \ SARE2 "Installs more cpu intensive SARE rules" off \ SARE3 "Installs aggressive SARE rules" off \ + SAREH "Installs SARE high risk rules" off \ TRIPWIRE "Matches 3 chars that shouldn't be together" off \ WEEDS "Looks at alphanum, hex, lower-, uppercase chars" on \ WEEDS2 "More restrictive than WEEDS, dont use together" off @@ -136,6 +137,10 @@ SPAMASS_FILES+= $i .endfor .endif +.if defined(WITH_SAREH) +SPAMASS_FILES+= 70_sare_highrisk.cf +.endif + .if defined(WITH_TRIPWIRE) SPAMASS_FILES+= 99_FVGT_Tripwire.cf .endif diff --git a/mail/spamass-rules/distinfo b/mail/spamass-rules/distinfo index c03fa0eb412c..4ff85cb4a8ce 100644 --- a/mail/spamass-rules/distinfo +++ b/mail/spamass-rules/distinfo @@ -1,2 +1,2 @@ -MD5 (spamass-rules-20050208.tar.bz2) = 2f43b83c09fd4ac8fa4a8ce42137cfaa -SIZE (spamass-rules-20050208.tar.bz2) = 208420 +MD5 (spamass-rules-20050401.tar.bz2) = bbf68983ed50adcea054e38eedc1b9c8 +SIZE (spamass-rules-20050401.tar.bz2) = 220559 |