On Sat, 18 May 2002, Bart Schaefer wrote:

> "make test" error is back:
> 
> t/spamd_stop........ok 1/2      Not found: status =  X-Spam-Status: Yes, hits=5
> 
> and I know Craig had fixed that one at one point.

This is not a result of any checkin problem.  It appears that the score 
for the test message has changed:

X-Spam-Status: Yes, hits=6.0 required=5.0 
tests=ALL_CAPS_HEADER,FROM_HAS_MIXED_NUMS,INVALID_MSGID,INVALID_DATE,MAY_BE_FORGED 
version=2.21

So this patch should fix the test:

Index: t/spamd_stop.t
===================================================================
RCS file: /cvsroot/spamassassin/spamassassin/t/spamd_stop.t,v
retrieving revision 1.2
diff -u -r1.2 spamd_stop.t
--- t/spamd_stop.t      12 Apr 2002 00:22:55 -0000      1.2
+++ t/spamd_stop.t      19 May 2002 22:16:15 -0000
@@ -8,7 +8,7 @@
 
 %patterns = (
 
-q{ X-Spam-Status: Yes, hits=5}, 'status',
+q{ X-Spam-Status: Yes, hits=6}, 'status',
 
 );



_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to