aboutsummaryrefslogtreecommitdiff
path: root/mail/spamass-rules
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-06 12:57:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-06 12:57:50 +0000
commita09696201f53f9880beacc3e1ce4d7657c4b526b (patch)
tree2725589e5418562257d010dcd7f3c96ad1da6e9d /mail/spamass-rules
parent06b83cea89759b5c2f79c030b67898914b6e4971 (diff)
downloadports-a09696201f53f9880beacc3e1ce4d7657c4b526b.tar.gz
ports-a09696201f53f9880beacc3e1ce4d7657c4b526b.zip
- Update to 20041105
PR: ports/73606 Submitted by: Michael Ranner <mranner@inode.at> (maintainer)
Notes
Notes: svn path=/head/; revision=120954
Diffstat (limited to 'mail/spamass-rules')
-rw-r--r--mail/spamass-rules/Makefile16
-rw-r--r--mail/spamass-rules/distinfo4
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