You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/09/09 05:45:18 UTC

svn commit: rev 43566 - spamassassin/trunk/rules

Author: felicity
Date: Wed Sep  8 20:45:18 2004
New Revision: 43566

Modified:
   spamassassin/trunk/rules/20_uri_tests.cf
   spamassassin/trunk/rules/25_uribl.cf
Log:
'Contains a URL' should be 'Contains an URL'

Modified: spamassassin/trunk/rules/20_uri_tests.cf
==============================================================================
--- spamassassin/trunk/rules/20_uri_tests.cf	(original)
+++ spamassassin/trunk/rules/20_uri_tests.cf	Wed Sep  8 20:45:18 2004
@@ -77,10 +77,10 @@
 
 # this is somewhat loose, but results are good
 uri BIZ_TLD  			/\.biz(?:\/|$)/i
-describe BIZ_TLD		Contains a URL in the BIZ top-level domain    
+describe BIZ_TLD		Contains an URL in the BIZ top-level domain    
 
 uri INFO_TLD			/^(?:https?:\/\/|mailto:)[^\/]+\.info(?:\/|$)/i
-describe INFO_TLD		Contains a URL in the INFO top-level domain    
+describe INFO_TLD		Contains an URL in the INFO top-level domain    
 
 # Matt Cline
 # Pretty good for most folks, except for jm: I have a really stupid
@@ -108,7 +108,7 @@
 # "www" hidden as "%77%77%77", "ww%77", etc.
 # note: *not* anchored to start of string, to catch use of redirectors
 uri HTTP_77			/http:\/\/.{0,2}\%77/
-describe HTTP_77		Contains a URL-encoded hostname (HTTP77)
+describe HTTP_77		Contains an URL-encoded hostname (HTTP77)
 
 # affiliateid, aff_id, aff_sub_id etc.
 uri URI_AFFILIATE		/aff\w+id=/i

Modified: spamassassin/trunk/rules/25_uribl.cf
==============================================================================
--- spamassassin/trunk/rules/25_uribl.cf	(original)
+++ spamassassin/trunk/rules/25_uribl.cf	Wed Sep  8 20:45:18 2004
@@ -35,32 +35,32 @@
 
 uridnsbl	URIBL_SBL	sbl.spamhaus.org.	TXT
 header		URIBL_SBL	eval:check_uridnsbl('URIBL_SBL')
-describe	URIBL_SBL	Contains a URL listed in the SBL blocklist
+describe	URIBL_SBL	Contains an URL listed in the SBL blocklist
 tflags		URIBL_SBL	net
 
 urirhssub	URIBL_SC_SURBL	multi.surbl.org.	A   2
 header		URIBL_SC_SURBL	eval:check_uridnsbl('URIBL_SC_SURBL')
-describe	URIBL_SC_SURBL	Contains a URL listed in the SC SURBL blocklist
+describe	URIBL_SC_SURBL	Contains an URL listed in the SC SURBL blocklist
 tflags		URIBL_SC_SURBL	net
 
 urirhssub	URIBL_WS_SURBL	multi.surbl.org.	A   4
 header		URIBL_WS_SURBL	eval:check_uridnsbl('URIBL_WS_SURBL')
-describe	URIBL_WS_SURBL	Contains a URL listed in the WS SURBL blocklist
+describe	URIBL_WS_SURBL	Contains an URL listed in the WS SURBL blocklist
 tflags		URIBL_WS_SURBL	net
 
 urirhssub	URIBL_PH_SURBL	multi.surbl.org.	A   8
 header		URIBL_PH_SURBL	eval:check_uridnsbl('URIBL_PH_SURBL')
-describe	URIBL_PH_SURBL	Contains a URL listed in the PH SURBL blocklist
+describe	URIBL_PH_SURBL	Contains an URL listed in the PH SURBL blocklist
 tflags		URIBL_PH_SURBL	net
 
 urirhssub	URIBL_OB_SURBL	multi.surbl.org.	A   16
 header		URIBL_OB_SURBL	eval:check_uridnsbl('URIBL_OB_SURBL')
-describe	URIBL_OB_SURBL	Contains a URL listed in the OB SURBL blocklist
+describe	URIBL_OB_SURBL	Contains an URL listed in the OB SURBL blocklist
 tflags		URIBL_OB_SURBL	net
 
 urirhssub	URIBL_AB_SURBL	multi.surbl.org.	A   32
 header		URIBL_AB_SURBL	eval:check_uridnsbl('URIBL_AB_SURBL')
-describe	URIBL_AB_SURBL	Contains a URL listed in the AB SURBL blocklist
+describe	URIBL_AB_SURBL	Contains an URL listed in the AB SURBL blocklist
 tflags		URIBL_AB_SURBL	net
 
 endif	# Mail::SpamAssassin::Plugin::URIDNSBL