Mailing List Archive

svn commit: r332849 - /spamassassin/rules/trunk/sandbox/old/70_testing.cf
Author: felicity
Date: Sat Nov 12 14:10:46 2005
New Revision: 332849

URL: http://svn.apache.org/viewcvs?rev=332849&view=rev
Log:
test rule ought to be surrounded by ifplugin...endif statements

Modified:
spamassassin/rules/trunk/sandbox/old/70_testing.cf

Modified: spamassassin/rules/trunk/sandbox/old/70_testing.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/trunk/sandbox/old/70_testing.cf?rev=332849&r1=332848&r2=332849&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/old/70_testing.cf (original)
+++ spamassassin/rules/trunk/sandbox/old/70_testing.cf Sat Nov 12 14:10:46 2005
@@ -23,10 +23,12 @@

header T_FROM_FORMAT eval:check_from_format()

+ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
urirhsbl T_URIBL_XS_SURBL xs.surbl.org. A
body T_URIBL_XS_SURBL eval:check_uridnsbl('T_URIBL_XS_SURBL')
describe T_URIBL_XS_SURBL Has URI in XS - Testing
tflags T_URIBL_XS_SURBL net
+endif

# From discussion on users@ list
body T_URI_HTML_ONLY eval:check_html_uri_only()