Mailing List Archive

svn commit: r498688 - /spamassassin/rules/trunk/sandbox/dos/70_other.cf
Author: dos
Date: Mon Jan 22 08:45:53 2007
New Revision: 498688

URL: http://svn.apache.org/viewvc?view=rev&rev=498688
Log:
sandbox: add rule to catch domains with an asterisk in them

Modified:
spamassassin/rules/trunk/sandbox/dos/70_other.cf

Modified: spamassassin/rules/trunk/sandbox/dos/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/dos/70_other.cf?view=diff&rev=498688&r1=498687&r2=498688
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/70_other.cf Mon Jan 22 08:45:53 2007
@@ -160,3 +160,9 @@
meta DOS_STOCK_BAT2 DOS_STOCK_BAT && (__DOS_FIN_ADVANTAGE + __DOS_STRONG_CF + __DOS_STEADY_COURSE > 2)


+# http://www.fod*rx.com
+uri DOS_URI_ASTERISK /\.[A-Za-z0-9-]*\*[A-Za-z0-9-]*\.[A-Za-z]{2,3}(?:\.[A-Za-z]{2})?$/
+describe DOS_URI_ASTERISK Found an asterisk in a URI
+score DOS_URI_ASTERISK 1.5
+
+