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/11/14 19:38:43 UTC

svn commit: r474914 - /spamassassin/trunk/t/lang_pl_tests.t

Author: jm
Date: Tue Nov 14 10:38:42 2006
New Revision: 474914

URL: http://svn.apache.org/viewvc?view=rev&rev=474914
Log:
this test should not depend on rule scores; just check to ensure the header appears

Modified:
    spamassassin/trunk/t/lang_pl_tests.t

Modified: spamassassin/trunk/t/lang_pl_tests.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/lang_pl_tests.t?view=diff&rev=474914&r1=474913&r2=474914
==============================================================================
--- spamassassin/trunk/t/lang_pl_tests.t (original)
+++ spamassassin/trunk/t/lang_pl_tests.t Tue Nov 14 10:38:42 2006
@@ -8,7 +8,7 @@
 
 %patterns = (
 
-q{ X-Spam-Status: No, }, 'didnt_hang_at_least',
+q{ X-Spam-Status: }, 'didnt_hang_at_least',
 
 );