Re: [SAtalk] removing SpamAssassin headers before processing message

2003-08-22 Thread Rich Puhek
[EMAIL PROTECTED] wrote: Hi, I have a problem with SpamAssassin where it would get (from postfix) an email sent by someone on the internet, and that email already have a X-Spam-Flag: YES and all the other SpamAssassin headers before I do my own SpamAssassin tests. How can I remove all SpamAssa

RE: [SAtalk] removing SpamAssassin headers before processing message

2003-08-22 Thread Larry Gilson
I am not sure, but I think that SA will remove SA markups by default. You could use the following before calling spamc or spamassassin: :0 w * ^X-Spam-Status: Yes | formail -I X-Spam-Status: Yes However, if you already have an X-Spam-Status: Yes, why not just use it and save yourself the cycles?