• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Upgrade to 8.2.1 seems to have reduced spam tagging via Spam Assassin

K

katsol

Guest
Hello,
Since I upgraded to 8.2.1, SpamAssassin doesn't seem to be scoring the emails as accurately and my spam volume of emails not getting tagged or deleted has increased substantially.

Has anyone else experienced this?

Is there a way to update the spamassassin rules to ensure that it is tagging them properly?

Thanks
Don
 
Update

As an update, I've had several of my customers start complaining about the spam rate going up... ie their emails are not getting tagged as spam. I've checked their email headers and the emails are going through SA and getting rated, but the ratings are all of the sudden much lower so that the email doesn't get tagged or deleted.
 
Is no one else experiencing this?

Does anyone know how I can update the SA rules?
 
Try using Plesk CLI /usr/local/psa/bin/spamassassin to update the spam filter configuration for all mail users:

~# for mail_name in `mysql -BN -uadmin -pPASSWORD psa -e"select concat(mail.mail_name,'@',domains.name) AS mail from mail, domains where mail.dom_id=domains.id"`; do echo /usr/local/psa/bin/spamassassin --update $mail_name; done | sh

Replace PASSWORD with Plesk admin password stored in /etc/psa/.psa.shadow.

./anb
 
Back
Top