On Saturday 23 December 2006 20:39, Bob Proulx wrote: > 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
I changed my ham script to: nice -n15 sa-learn -L --ham --no-rebuild --single | spamassassin -d This did not work.