• 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.

Reject Spam with Spamassassin

S

sysfix

Guest
Hi, I am having proiblems getting spamassassin to reject spam.
I opened up an SSH and CD'd to /opt/psa/bin then run the command below.

./spamassassin --update [email protected] -status true -personal-conf true -reject-spam true -hits 7

However spam still keeps coming into my mailbox and is marked as spam but never deleted/rejected


Whats wrong.....
 
Hello,

try to point also the "-action" option, for example:.
# cd /opt/psa/bin
# /spamassassin --update [email protected] -status true -personal-conf true -reject-spam true -hits 7 -action del

From help page:
"-action <del|mark> what to do with spam mail"

Hope, it will help you.
 
Back
Top