Duncan

Theo Van Dinter posted a patch about a week ago to get rid of the razor
debug going to stdout.  Can you add it?  If the debug is getting spit
out, then it breaks Mailscanner.  So everytime I download CVS, I have to
add it in.

         my %opt = (
           debug      => $Mail::SpamAssassin::DEBUG,
           foreground => 1
         );
 
 My latest patch in bug 446 fixes these issues ...  Basically, the DEBUG
 var is always set now, so razor will turn on debugging.  It should
read:
 
         my %opt = (
           debug      => ($Mail::SpamAssassin::DEBUG->{enabled} and
 $Mail::SpamAssassin::DEBUG->{razor} < -2), 
           foreground => 1
         );
 


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to