Tom Allison wrote:
> Klaus Heinz wrote:

> >A mistake (corrected in the most current CVS sources) disabled 'header'
> >rules specified in the users' configuration file. 'body' rules should
> >work, though. See also
> >
> 
> This doesn't apply to Mail::SpamAssassin?

As the mistake happened in PerMsgStatus::do_head_tests it affects
Mail::SpamAssassin in SA 2.43 as well.

If you want to fix this for yourself:

--- PerMsgStatus.pm.orig        Thu Sep 26 12:50:24 2002
+++ PerMsgStatus.pm     Tue Nov 12 22:19:29 2002
@@ -1096,7 +1096,8 @@
   dbg ("running header regexp tests; score so far=".$self->{hits});
 
   # speedup code provided by Matt Sergeant
-  if (defined &Mail::SpamAssassin::PerMsgStatus::_head_tests) {
+  if (defined &Mail::SpamAssassin::PerMsgStatus::_head_tests
+      && !$self->{conf}->{user_rules_to_compile} ) {
       Mail::SpamAssassin::PerMsgStatus::_head_tests($self);
       return;
   }


ciao
     Klaus


-------------------------------------------------------
This sf.net email is sponsored by: 
To learn the basics of securing your web site with SSL, 
click here to get a FREE TRIAL of a Thawte Server Certificate: 
http://www.gothawte.com/rd522.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to