SpamAssassin upgraded to v3.0.3
SpamAssassin has been upgraded to v3.0.3. The format of the Bayesian databases kept
in each user's .spamassassin/ directory will be auto-updated to Version 3 when the next mail
message comes in. If the user would like to update their database before hand, they can
do so with the command:
sa-learn --sync
Additionally, the "rewrite_subject" and "subject_tag" user configuration options have
been deprecated. Users should use "rewrite_header Subject"
rewrite_subject 1
subject_tag ****SPAM(_SCORE_)****
becomes
rewrite_header Subject ****SPAM(_SCORE_)****
See /usr/local/share/doc/p5-Mail-SpamAssassin/UPGRADE for more details.