You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2004/05/03 02:14:11 UTC

svn commit: rev 10499 - incubator/spamassassin/trunk/rules

Author: quinlan
Date: Sun May  2 17:14:10 2004
New Revision: 10499

Modified:
   incubator/spamassassin/trunk/rules/20_head_tests.cf
Log:
replace RCVD_NUMERIC_HELO with better eval


Modified: incubator/spamassassin/trunk/rules/20_head_tests.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/20_head_tests.cf	(original)
+++ incubator/spamassassin/trunk/rules/20_head_tests.cf	Sun May  2 17:14:10 2004
@@ -286,8 +286,8 @@
 header RCVD_HELO_IP_MISMATCH	eval:helo_ip_mismatch()
 describe RCVD_HELO_IP_MISMATCH	Received: HELO and IP do not match, but should
 
-header RCVD_NUMERIC_HELO	Received =~ /helo[= ]\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b/i
-describe RCVD_NUMERIC_HELO	Received: contains a numeric HELO
+header RCVD_NUMERIC_HELO	eval:check_for_numeric_helo()
+describe RCVD_NUMERIC_HELO	Received: contains an IP address used for HELO
 
 # no legit mailer claims that their mailserver has no name
 # overlaps with RCVD_DOUBLE_IP*, but let's see how it is scored