diff options
author | pav <pav@FreeBSD.org> | 2004-11-06 20:57:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-06 20:57:50 +0800 |
commit | 57a4a2f0a27337f2ca81b1bbf95565998e73e741 (patch) | |
tree | 314c8ad99e1e65b5b3b75223e0b1f8cbacc82d44 | |
parent | 2f8ac6799c2f57b1a503d5f251382ef00dff5240 (diff) | |
download | freebsd-ports-gnome-57a4a2f0a27337f2ca81b1bbf95565998e73e741.tar.gz freebsd-ports-gnome-57a4a2f0a27337f2ca81b1bbf95565998e73e741.tar.zst freebsd-ports-gnome-57a4a2f0a27337f2ca81b1bbf95565998e73e741.zip |
- Update to 20041105
PR: ports/73606
Submitted by: Michael Ranner <mranner@inode.at> (maintainer)
-rw-r--r-- | mail/spamass-rules/Makefile | 16 | ||||
-rw-r--r-- | mail/spamass-rules/distinfo | 4 |
2 files changed, 13 insertions, 7 deletions
diff --git a/mail/spamass-rules/Makefile b/mail/spamass-rules/Makefile index 35cb11a90fc4..90126b941d25 100644 --- a/mail/spamass-rules/Makefile +++ b/mail/spamass-rules/Makefile @@ -6,9 +6,10 @@ # PORTNAME= spamass-rules -PORTVERSION= 20041101 +PORTVERSION= 20041105 CATEGORIES= mail -MASTER_SITES= http://www.ranner.jawa.at/stuff/ +MASTER_SITES= http://www.ranner.jawa.at/stuff/ \ + http://web.inforum.at/downloads/ MAINTAINER= mranner@inode.at COMMENT= Custom rulesets for SpamAssassin @@ -17,11 +18,12 @@ RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin OPTIONS= AHBL "Check AHBL Blacklist" off \ AIRMAX "Some custom rulesets" off \ - ANTIDRUG "Catch those pesky 'pill spams'" on \ + ANTIDRUG "Already included in SA 3.0" off \ BACKHAIR "Catch those ugly, unsightly HTML tags" on \ BOGUS_VIRUS "Catch 'collateral spam' caused by viruses" on \ BRAZILIAN "Catches spam written in Portuguese" off \ CHICKENPOX "Catch spam like 'l.ooks f|or th.is garb+age'" on \ + CHINESE "Catches spam written in Chinese" off \ EVILNUMBERS "Phone numbers, PO boxes, ... from spam " on \ FRENCH "Catches spam written in French" off \ GERMAN "Catches spam written in German" off \ @@ -52,7 +54,7 @@ SPAMASS_FILES+= 20_dnsbl_ahbl.cf SPAMASS_FILES+= airmax.cf .endif -.if !defined(WITHOUT_ANTIDRUG) +.if defined(WITH_ANTIDRUG) SPAMASS_FILES+= antidrug.cf .endif @@ -75,6 +77,10 @@ SPAMASS_FILES+= $i SPAMASS_FILES+= chickenpox.cf .endif +.if defined(WITH_CHINESE) +SPAMASS_FILES+= chinese_rules.cf +.endif + .if !defined(WITHOUT_EVILNUMBERS) SPAMASS_FILES+= evilnumbers.cf .endif @@ -100,7 +106,7 @@ SPAMASS_FILES+= random.cf .if !defined(WITHOUT_SARE) .for i in 70_sare_adult.cf 70_sare_bayes_poison_nxm.cf 70_sare_header0.cf \ 70_sare_html0.cf 70_sare_genlsubj0.cf 70_sare_oem.cf 70_sare_random.cf \ - 70_sare_ratware.cf 70_sare_specific.cf 70_sare_spoof.cf 70_sare_unsub.cf \ + 70_sare_specific.cf 70_sare_spoof.cf 70_sare_unsub.cf 70_sare_uri.cf \ 71_sare_redirect_pre3.0.0.cf 72_sare_bml_post25x.cf \ 99_sare_fraud_post25x.cf SPAMASS_FILES+= $i diff --git a/mail/spamass-rules/distinfo b/mail/spamass-rules/distinfo index 4624669cd953..94cdcfaf4ee4 100644 --- a/mail/spamass-rules/distinfo +++ b/mail/spamass-rules/distinfo @@ -1,2 +1,2 @@ -MD5 (spamass-rules-20041101.tar.bz2) = 4ccfa7853b59f5a622c3ea07c70b790d -SIZE (spamass-rules-20041101.tar.bz2) = 165882 +MD5 (spamass-rules-20041105.tar.bz2) = ac07c04cc579491bab10c140c04e0c09 +SIZE (spamass-rules-20041105.tar.bz2) = 201937 |