You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/07/04 15:39:34 UTC

svn commit: r553206 - in /spamassassin/rules/trunk/sandbox/felicity: 70_dnswl.cf 70_iadb.cf

Author: jm
Date: Wed Jul  4 06:39:33 2007
New Revision: 553206

URL: http://svn.apache.org/viewvc?view=rev&rev=553206
Log:
sorry Theo; need to do this to avoid lint failures.  re-add publish tflag, since these rules have scores in 50_scores.cf, so removing them from the active set will cause lint failures. obv changes to 50_scores.cf will require votes, so this fix is easier until we get around to that

Modified:
    spamassassin/rules/trunk/sandbox/felicity/70_dnswl.cf
    spamassassin/rules/trunk/sandbox/felicity/70_iadb.cf

Modified: spamassassin/rules/trunk/sandbox/felicity/70_dnswl.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/felicity/70_dnswl.cf?view=diff&rev=553206&r1=553205&r2=553206
==============================================================================
--- spamassassin/rules/trunk/sandbox/felicity/70_dnswl.cf (original)
+++ spamassassin/rules/trunk/sandbox/felicity/70_dnswl.cf Wed Jul  4 06:39:33 2007
@@ -31,19 +31,19 @@
 #  0.163   0.0000   0.9574    0.000   0.00   -4.00  T_RCVD_IN_DNSWL_MED
 
 header	__RCVD_IN_DNSWL		eval:check_rbl('dnswl-firsttrusted', 'list.dnswl.org.')
-tflags	__RCVD_IN_DNSWL		nice net
+tflags	__RCVD_IN_DNSWL		net nice publish
 
 header	RCVD_IN_DNSWL_LOW	eval:check_rbl_sub('dnswl-firsttrusted', '127.0.\d+.1')
 describe RCVD_IN_DNSWL_LOW	Sender listed at http://www.dnswl.org/, low trust
-tflags RCVD_IN_DNSWL_LOW	nice net
+tflags RCVD_IN_DNSWL_LOW	net nice publish
 
 header	RCVD_IN_DNSWL_MED	eval:check_rbl_sub('dnswl-firsttrusted', '127.0.\d+.2')
 describe RCVD_IN_DNSWL_MED	Sender listed at http://www.dnswl.org/, medium trust
-tflags RCVD_IN_DNSWL_MED	nice net
+tflags RCVD_IN_DNSWL_MED	net nice publish
 
 header	RCVD_IN_DNSWL_HI	eval:check_rbl_sub('dnswl-firsttrusted', '127.0.\d+.3')
 describe RCVD_IN_DNSWL_HI	Sender listed at http://www.dnswl.org/, high trust
-tflags RCVD_IN_DNSWL_HI		nice net
+tflags RCVD_IN_DNSWL_HI		net nice publish
 
 ## score RCVD_IN_DNSWL_LOW		-1
 ## score RCVD_IN_DNSWL_MED		-4

Modified: spamassassin/rules/trunk/sandbox/felicity/70_iadb.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/felicity/70_iadb.cf?view=diff&rev=553206&r1=553205&r2=553206
==============================================================================
--- spamassassin/rules/trunk/sandbox/felicity/70_iadb.cf (original)
+++ spamassassin/rules/trunk/sandbox/felicity/70_iadb.cf Wed Jul  4 06:39:33 2007
@@ -65,134 +65,134 @@
 ## these commented sections are already included in 20_dnsbl_tests.cf
 #
 #header __RCVD_IN_IADB		eval:check_rbl('iadb-firsttrusted', 'iadb.isipp.com.')
-#tflags __RCVD_IN_IADB		net nice
+#tflags __RCVD_IN_IADB		net nice publish
 #
 #header RCVD_IN_IADB_VOUCHED	eval:check_rbl_sub('iadb-firsttrusted', '^127.0.1.255$')
 #describe RCVD_IN_IADB_VOUCHED	ISIPP IADB lists as vouched-for sender
-#tflags RCVD_IN_IADB_VOUCHED	net nice
+#tflags RCVD_IN_IADB_VOUCHED	net nice publish
 
 header RCVD_IN_IADB_LISTED		eval:check_rbl_sub('iadb-firsttrusted', '^127.0.0.[12]$')
 describe RCVD_IN_IADB_LISTED		Participates in the IADB system
-tflags RCVD_IN_IADB_LISTED		net nice
+tflags RCVD_IN_IADB_LISTED		net nice publish
 
 ###########################################################################
 
 header RCVD_IN_IADB_EDDB		eval:check_rbl_sub('iadb-firsttrusted', '^127.0.2.1$')
 describe RCVD_IN_IADB_EDDB		IADB: Participates in Email Deliverability Database
-tflags RCVD_IN_IADB_EDDB		net nice
+tflags RCVD_IN_IADB_EDDB		net nice publish
 
 header RCVD_IN_IADB_EPIA		eval:check_rbl_sub('iadb-firsttrusted', '^127.0.2.2$')
 describe RCVD_IN_IADB_EPIA		IADB: Member of Email Processing Industry Alliance
-tflags RCVD_IN_IADB_EPIA		net nice
+tflags RCVD_IN_IADB_EPIA		net nice publish
 
 header RCVD_IN_IADB_SPF			eval:check_rbl_sub('iadb-firsttrusted', '^127.2.255.1$')
 describe RCVD_IN_IADB_SPF		IADB: Sender publishes SPF record
-tflags RCVD_IN_IADB_SPF			net nice
+tflags RCVD_IN_IADB_SPF			net nice publish
 
 header RCVD_IN_IADB_SENDERID		eval:check_rbl_sub('iadb-firsttrusted', '^127.2.255.2$')
 describe RCVD_IN_IADB_SENDERID		IADB: Sender publishes Sender ID record
-tflags RCVD_IN_IADB_SENDERID		net nice
+tflags RCVD_IN_IADB_SENDERID		net nice publish
 
 header RCVD_IN_IADB_DK			eval:check_rbl_sub('iadb-firsttrusted', '^127.2.255.3$')
 describe RCVD_IN_IADB_DK		IADB: Sender publishes Domain Keys record
-tflags RCVD_IN_IADB_DK			net nice
+tflags RCVD_IN_IADB_DK			net nice publish
 
 header RCVD_IN_IADB_RDNS		eval:check_rbl_sub('iadb-firsttrusted', '^127.2.255.4$')
 describe RCVD_IN_IADB_RDNS		IADB: Sender has reverse DNS record
-tflags RCVD_IN_IADB_RDNS		net nice
+tflags RCVD_IN_IADB_RDNS		net nice publish
 
 # we already check for this
 #header RCVD_IN_IADB_HABEAS		eval:check_rbl_sub('iadb-firsttrusted', '^127.2.255.101$')
 #describe RCVD_IN_IADB_HABEAS		IADB: Sender participates in Habeas program
-#tflags RCVD_IN_IADB_HABEAS		net nice
+#tflags RCVD_IN_IADB_HABEAS		net nice publish
 
 # we already check for this
 #header RCVD_IN_IADB_BONDEDSENDER	eval:check_rbl_sub('iadb-firsttrusted', '^127.2.255.102$')
 #describe RCVD_IN_AIDB_BONDEDSENDER	IADB: Sender participates in Bonded Sender program
-#tflags RCVD_IN_IADB_BONDEDSENDER	net nice
+#tflags RCVD_IN_IADB_BONDEDSENDER	net nice publish
 
 header RCVD_IN_IADB_GOODMAIL		eval:check_rbl_sub('iadb-firsttrusted', '^127.2.255.103$')
 describe RCVD_IN_IADB_GOODMAIL		IADB: Sender has been certified by GoodMail
-tflags RCVD_IN_IADB_GOODMAIL 		net nice
+tflags RCVD_IN_IADB_GOODMAIL 		net nice publish
 
 ###########################################################################
 
 header RCVD_IN_IADB_NOCONTROL		eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.0$')
 describe RCVD_IN_IADB_NOCONTROL		IADB: Has absolutely no mailing controls in place
-tflags RCVD_IN_IADB_NOCONTROL		net nice
+tflags RCVD_IN_IADB_NOCONTROL		net nice publish
 
 header RCVD_IN_IADB_OPTOUTONLY		eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.1$')
 describe RCVD_IN_IADB_OPTOUTONLY 	IADB: Scrapes addresses, pure opt-out only
-tflags RCVD_IN_IADB_OPTOUTONLY		net nice
+tflags RCVD_IN_IADB_OPTOUTONLY		net nice publish
 
 header RCVD_IN_IADB_UNVERIFIED_1	eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.2$')
 describe RCVD_IN_IADB_UNVERIFIED_1	IADB: Accepts unverified sign-ups
-tflags RCVD_IN_IADB_UNVERIFIED_1	net nice
+tflags RCVD_IN_IADB_UNVERIFIED_1	net nice publish
 
 header RCVD_IN_IADB_UNVERIFIED_2	eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.3$')
 describe RCVD_IN_IADB_UNVERIFIED_2	IADB: Accepts unverified sign-ups, gives chance to opt out
-tflags RCVD_IN_IADB_UNVERIFIED_2	net nice
+tflags RCVD_IN_IADB_UNVERIFIED_2	net nice publish
 
 header RCVD_IN_IADB_LOOSE		eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.4$')
 describe RCVD_IN_IADB_LOOSE		IADB: Adds relationship addrs w/out opt-in
-tflags RCVD_IN_IADB_LOOSE		net nice
+tflags RCVD_IN_IADB_LOOSE		net nice publish
 
 header RCVD_IN_IADB_OPTIN_LT50		eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.5$')
 describe RCVD_IN_IADB_OPTIN_LT50	IADB: Opt-in used less than 50% of the time
-tflags RCVD_IN_IADB_OPTIN_LT50		net nice
+tflags RCVD_IN_IADB_OPTIN_LT50		net nice publish
 
 header RCVD_IN_IADB_OPTIN_GT50		eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.6$')
 describe RCVD_IN_IADB_OPTIN_GT50	IADB: Opt-in used more than 50% of the time
-tflags RCVD_IN_IADB_OPTIN_GT50		net nice
+tflags RCVD_IN_IADB_OPTIN_GT50		net nice publish
 
 header RCVD_IN_IADB_OPTIN		eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.7$')
 describe RCVD_IN_IADB_OPTIN		IADB: All mailing list mail is opt-in
-tflags RCVD_IN_IADB_OPTIN		net nice
+tflags RCVD_IN_IADB_OPTIN		net nice publish
 
 header RCVD_IN_IADB_DOPTIN_LT50		eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.8$')
 describe RCVD_IN_IADB_DOPTIN_LT50	IADB: Confirmed opt-in used less than 50% of the time
-tflags RCVD_IN_IADB_DOPTIN_LT50		net nice
+tflags RCVD_IN_IADB_DOPTIN_LT50		net nice publish
 
 header RCVD_IN_IADB_DOPTIN_GT50		eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.9$')
 describe RCVD_IN_IADB_DOPTIN_GT50	IADB: Confirmed opt-in used more than 50% of the time
-tflags RCVD_IN_IADB_DOPTIN_GT50		net nice
+tflags RCVD_IN_IADB_DOPTIN_GT50		net nice publish
 
 header RCVD_IN_IADB_DOPTIN		eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.10$')
 describe RCVD_IN_IADB_DOPTIN		IADB: All mailing list mail is confirmed opt-in
-tflags RCVD_IN_IADB_DOPTIN		net nice
+tflags RCVD_IN_IADB_DOPTIN		net nice publish
 
 header RCVD_IN_IADB_ML_DOPTIN		eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.100$')
 describe RCVD_IN_IADB_ML_DOPTIN		IADB: Mailing list email only, confirmed opt-in
-tflags RCVD_IN_IADB_ML_DOPTIN		net nice
+tflags RCVD_IN_IADB_ML_DOPTIN		net nice publish
 
 header RCVD_IN_IADB_OOO			eval:check_rbl_sub('iadb-firsttrusted', '^127.3.100.200$')
 describe RCVD_IN_IADB_OOO		IADB: One-to-one/transactional email only
-tflags RCVD_IN_IADB_OOO			net nice
+tflags RCVD_IN_IADB_OOO			net nice publish
 
 ###########################################################################
 
 header RCVD_IN_IADB_MI_CPEAR		eval:check_rbl_sub('iadb-firsttrusted', '^127.101.1.10$')
 describe RCVD_IN_IADB_MI_CPEAR		IADB: Complies with Michigan's CPEAR law
-tflags RCVD_IN_IADB_MI_CPEAR		net nice
+tflags RCVD_IN_IADB_MI_CPEAR		net nice publish
 
 header RCVD_IN_IADB_UT_CPEAR		eval:check_rbl_sub('iadb-firsttrusted', '^127.101.2.10$')
 describe RCVD_IN_IADB_UT_CPEAR		IADB: Complies with Utah's CPEAR law
-tflags RCVD_IN_IADB_UT_CPEAR		net nice
+tflags RCVD_IN_IADB_UT_CPEAR		net nice publish
 
 header RCVD_IN_IADB_MI_CPR_30		eval:check_rbl_sub('iadb-firsttrusted', '^127.101.101.10$')
 describe RCVD_IN_IADB_MI_CPR_30		IADB: Checked lists against Michigan's CPR within 30 days
-tflags RCVD_IN_IADB_MI_CPR_30		net nice
+tflags RCVD_IN_IADB_MI_CPR_30		net nice publish
 
 header RCVD_IN_IADB_UT_CPR_30		eval:check_rbl_sub('iadb-firsttrusted', '^127.101.102.10$')
 describe RCVD_IN_IADB_UT_CPR_30		IADB: Checked lists against Utah's CPR within 30 days
-tflags RCVD_IN_IADB_UT_CPR_30		net nice
+tflags RCVD_IN_IADB_UT_CPR_30		net nice publish
 
 header RCVD_IN_IADB_MI_CPR_MAT		eval:check_rbl_sub('iadb-firsttrusted', '^127.101.201.10$')
 describe RCVD_IN_IADB_MI_CPR_MAT	IADB: Sends no material under Michigan's CPR
-tflags RCVD_IN_IADB_MI_CPR_MAT		net nice
+tflags RCVD_IN_IADB_MI_CPR_MAT		net nice publish
 
 header RCVD_IN_IADB_UT_CPR_MAT		eval:check_rbl_sub('iadb-firsttrusted', '^127.101.202.10$')
 describe RCVD_IN_IADB_UT_CPR_MAT	IADB: Sends no material under Utah's CPR
-tflags RCVD_IN_IADB_UT_CPR_MAT		net nice
+tflags RCVD_IN_IADB_UT_CPR_MAT		net nice publish
 
 endif