View | Details | Raw Unified | Return to bug 79431
Collapse All | Expand All

(-)/usr/ports/mail/spamass-rules.update/Makefile (-1 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	spamass-rules
8
PORTNAME=	spamass-rules
9
PORTVERSION=	20050208
9
PORTVERSION=	20050401
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://www.ranner.jawa.at/stuff/ \
11
MASTER_SITES=	http://www.ranner.jawa.at/stuff/ \
12
		http://web.inforum.at/downloads/
12
		http://web.inforum.at/downloads/
Lines 34-39 Link Here
34
		SARE1 "Installs more restrictive SARE rules" off \
34
		SARE1 "Installs more restrictive SARE rules" off \
35
		SARE2 "Installs more cpu intensive SARE rules" off \
35
		SARE2 "Installs more cpu intensive SARE rules" off \
36
		SARE3 "Installs aggressive SARE rules" off \
36
		SARE3 "Installs aggressive SARE rules" off \
37
		SAREH "Installs SARE high risk rules" off \
37
		TRIPWIRE "Matches 3 chars that shouldn't be together" off \
38
		TRIPWIRE "Matches 3 chars that shouldn't be together" off \
38
		WEEDS "Looks at alphanum, hex, lower-, uppercase chars" on \
39
		WEEDS "Looks at alphanum, hex, lower-, uppercase chars" on \
39
		WEEDS2 "More restrictive than WEEDS, dont use together" off
40
		WEEDS2 "More restrictive than WEEDS, dont use together" off
Lines 134-139 Link Here
134
.for i in 70_sare_header3.cf 70_sare_html3.cf 70_sare_genlsubj3.cf
135
.for i in 70_sare_header3.cf 70_sare_html3.cf 70_sare_genlsubj3.cf
135
SPAMASS_FILES+=	$i
136
SPAMASS_FILES+=	$i
136
.endfor
137
.endfor
138
.endif
139
140
.if defined(WITH_SAREH)
141
SPAMASS_FILES+=	70_sare_highrisk.cf
137
.endif
142
.endif
138
143
139
.if defined(WITH_TRIPWIRE)
144
.if defined(WITH_TRIPWIRE)
(-)/usr/ports/mail/spamass-rules.update/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (spamass-rules-20050208.tar.bz2) = 2f43b83c09fd4ac8fa4a8ce42137cfaa
1
MD5 (spamass-rules-20050401.tar.bz2) = bbf68983ed50adcea054e38eedc1b9c8
2
SIZE (spamass-rules-20050208.tar.bz2) = 208420
2
SIZE (spamass-rules-20050401.tar.bz2) = 220559

Return to bug 79431