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 2006/11/17 02:44:16 UTC

svn commit: r476024 - /spamassassin/rules/trunk/sandbox/felicity/70_other.cf

Author: felicity
Date: Thu Nov 16 17:44:15 2006
New Revision: 476024

URL: http://svn.apache.org/viewvc?view=rev&rev=476024
Log:
mining received header for spamsign

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

Modified: spamassassin/rules/trunk/sandbox/felicity/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/felicity/70_other.cf?view=diff&rev=476024&r1=476023&r2=476024
==============================================================================
--- spamassassin/rules/trunk/sandbox/felicity/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/felicity/70_other.cf Thu Nov 16 17:44:15 2006
@@ -276,3 +276,8 @@
 uri T_TVD_IP_HEX	m@^https?://(?:\d+\.){0,3}0x[0-9a-f]{2}@i
 # http://0177.0.0.1/
 uri T_TVD_IP_OCT	m@^https?://(?:(?:0x[0-9a-f]+|\d+)\.){0,3}0+(?:[1-3][0-7]{0,2}|[4-7][0-7]?)(?:\.(?:0x[0-9a-f]+|\d+)){0,3}(?:[:/]|$)@i
+
+# 0.274   0.3212   0.0000    1.000   1.00    1.00  TVD_RCVD_10
+# lots of Received headers seem to have dates in brackets, so just look for a
+# space.
+header TVD_RCVD_SPACE_BRACKET Received =~ /\[[^\]]*\s/