- Update to 20100215
- Fix MASTER_SITES - Change OPTIONS PR: ports/143975 Submitted by: Michael Ranner <michael AT ranner.eu> (maintainer) Feature safe: yes
This commit is contained in:
parent
85171d97c9
commit
092535646a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249932
2 changed files with 10 additions and 10 deletions
|
@ -6,17 +6,17 @@
|
|||
#
|
||||
|
||||
PORTNAME= spamass-rules
|
||||
PORTVERSION= 20080903
|
||||
PORTVERSION= 20100215
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.ranner.jawa.at/stuff/
|
||||
MASTER_SITES= http://www.ranner.eu/stuff/
|
||||
|
||||
MAINTAINER= michael@ranner.eu
|
||||
COMMENT= Custom rulesets for SpamAssassin
|
||||
|
||||
RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
||||
|
||||
OPTIONS= AHBL "Check AHBL Blacklist" off \
|
||||
AIRMAX "Some custom rulesets" off \
|
||||
OPTIONS= AHBL "Check AHBL Blacklist" on \
|
||||
AIRMAX "Some custom rulesets" on \
|
||||
BACKHAIR "Catch those ugly, unsightly HTML tags" on \
|
||||
BOGUS_VIRUS "Catch 'collateral spam' caused by viruses" on \
|
||||
BRAZILIAN "Catches spam written in Portuguese" off \
|
||||
|
@ -26,8 +26,8 @@ OPTIONS= AHBL "Check AHBL Blacklist" off \
|
|||
FRENCH "Catches spam written in French" off \
|
||||
GERMAN "Catches spam written in German" off \
|
||||
GREEK "Catches spam written in Greek" off \
|
||||
MANGLED "Looks for obfuscated/gappy words" off \
|
||||
MIMEVLD "Some mime validation rules" off \
|
||||
MANGLED "Looks for obfuscated/gappy words" on \
|
||||
MIMEVLD "Some mime validation rules" on \
|
||||
RANDOM "Detects spamware mistakes like: %RANDOM_WORD" on \
|
||||
ROMANIAN "Catches spam written in Romanian" off \
|
||||
SARE "Installs safe SARE rules" on \
|
||||
|
@ -36,7 +36,7 @@ OPTIONS= AHBL "Check AHBL Blacklist" off \
|
|||
SARE3 "Installs aggressive SARE rules" off \
|
||||
SAREH "Installs SARE high risk rules" off \
|
||||
SAREW "Installs SARE whitelist rules" off \
|
||||
TRIPWIRE "Matches 3 chars that shouldn't be together" off \
|
||||
TRIPWIRE "Matches 3 chars that shouldn't be together" on \
|
||||
WEEDS "Looks at alphanum, hex, lower-, uppercase chars" on \
|
||||
WEEDS2 "More restrictive than WEEDS, dont use together" off
|
||||
SUB_FILES= pkg-message
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (spamass-rules-20080903.tar.bz2) = e1fe84bf3d48f9e224166bd4642aa5e2
|
||||
SHA256 (spamass-rules-20080903.tar.bz2) = eb737304e8d918905d274e3783dabf8e71d9f5c0b9c3815dcb6425e24fb44b5f
|
||||
SIZE (spamass-rules-20080903.tar.bz2) = 322642
|
||||
MD5 (spamass-rules-20100215.tar.bz2) = 339b78f65eb6001bcc02e01d56bc4d5e
|
||||
SHA256 (spamass-rules-20100215.tar.bz2) = 01b44e9215703ed651866585b07f5fbda674a88afddee72365c9a027d18a18a4
|
||||
SIZE (spamass-rules-20100215.tar.bz2) = 351865
|
||||
|
|
Loading…
Reference in a new issue