I've recently set up SpamAssassin per this thread. Wanting to learn more about SA I have been searching the internet. I came across this
page from UVA.
Referring to training SA it states:
Now to achieve the best results, it's desirable to strip off any spamassassin markup, by running the following:
formail -s spamassassin -d < pathto/HamTraining > cleaned.ham.mailbox
formail -s spamassassin -d < pathto/SpamTraining > cleaned.spam.mailbox
Is anyone stripping the spamassassin markup? Does it really make any difference in the SA training? What would a script look like to do this?