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/05/18 21:42:15 UTC

svn commit: r407622 - /spamassassin/trunk/t/gtube.t

Author: felicity
Date: Thu May 18 12:42:15 2006
New Revision: 407622

URL: http://svn.apache.org/viewvc?rev=407622&view=rev
Log:
GTUBE test was matching "GTUBE" in the message body, regardless of whether the rule actually hit or not

Modified:
    spamassassin/trunk/t/gtube.t

Modified: spamassassin/trunk/t/gtube.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/gtube.t?rev=407622&r1=407621&r2=407622&view=diff
==============================================================================
--- spamassassin/trunk/t/gtube.t (original)
+++ spamassassin/trunk/t/gtube.t Thu May 18 12:42:15 2006
@@ -8,7 +8,7 @@
 
 %patterns = (
 
-q{ GTUBE }, 'gtube',
+q{ BODY: Generic Test for Unsolicited Bulk Email }, 'gtube',
 
 );