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

SpamAssassin default to on for new mail accounts

Status
Not open for further replies.
D

danf@

Guest
How can I make SpamAssassin default to "on" for new mail accounts for all domains? Currently, new accounts do not have SpamAssassin enabled. Doing this manually every time is tedious.

Thanks.

--df
 
click on "Add new event"

Event: Mail account created
Priority: lowest
User: root
Command:

/usr/local/psa/bin/spamassassin.sh -u <new_mailname> -status true -hits 5.00 -modify-subj true -modify-subj-text [SPAM][_SCORE_] -reject-spam true

my command sets score to 5 (you must use float here always!) and marks mail subjects as [SPAM][X.XX] and also deletes from user's inbox.

if you only want to mark messages then use:

/usr/local/psa/bin/spamassassin.sh -u <new_mailname> -status true -hits 5.00 -modify-subj true -modify-subj-text [SPAM][_SCORE_]
 
Specifically, the syntax is this, right? (I'm assuming yes, since it works.)

/usr/local/psa/bin/spamassassin.sh -u $NEW_MAILNAME -status true

I left out the other switches, so it will use the default.

Thanks.

--df
 
Status
Not open for further replies.
Back
Top