David Baron wrote: > Occasionally, I get false positives. I run the sa_learn to mark as ham. The > spamassassin spam headings remain. Is there a script or optiont that I might > use to remove them (restore message to original form) ?
Use 'spamassassin -d' (aka 'spamassassin --remove-markup') to remove any SA markup in the message. spamassassin -d < message-marked-up > message-original See 'man spamassassin-run' for more information. man spamassassin-run Bob