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 2006/05/23 20:02:35 UTC

svn commit: r408974 - /spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Author: jm
Date: Tue May 23 11:02:35 2006
New Revision: 408974

URL: http://svn.apache.org/viewvc?rev=408974&view=rev
Log:
two good-looking rules from an anon tipster

Added:
    spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Added: spamassassin/rules/trunk/sandbox/jm/20_basic.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_basic.cf?rev=408974&view=auto
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (added)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Tue May 23 11:02:35 2006
@@ -0,0 +1,8 @@
+
+header HELO_IPNNN_COM   X-Spam-Relays-Untrusted =~ / helo=ip\d{2,3}\.[^\.]+\.com /
+header HELO_IPNNN_NET   X-Spam-Relays-Untrusted =~ / helo=ip\d{2,3}\.[^\.]+\.net /
+header HELO_IPNNN_ORG   X-Spam-Relays-Untrusted =~ / helo=ip\d{2,3}\.[^\.]+\.org /
+header HELO_IPNNN_BIZ   X-Spam-Relays-Untrusted =~ / helo=ip\d{2,3}\.[^\.]+\.biz /
+
+uri LINK_L_PHP  m,/l.php\?\d,
+