• 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 stopped working on individual mailbox

H

Herby

Guest
Hi,

after playing with this mailbox adding to whitelist (and removing it also again) spamassassin does not work anymore on this mailbox (No Spam Icon in Mailbox management)

qmail file looks only like this:

# cat .qmail
| true
./Maildir/

instead of

| if [ -z "$SA" ]; then export SA=1; /usr/local/psa/bin/psa-spamc -f -u OTHERMAILBOX -U /tmp/spamd_full.sock > spamcheck$$; /var/qmail/bin/qmail-local "$USER" "$HOME" "$LOCAL" "" "" "$HOST" "$SENDER" "$DEFAULT" < spamcheck$$; retval=$?; rm -f spamcheck$$; [ $retval = 0 ] && exit 99; exit $retval; fi # ACCEPT UCE
| true
./Maildir/

Is it a bug that the .qmail file is not again beeing restored to spamsettings ?

Even if a add the missing line and restart spamassassin the Spam Icon is greyed out telling that Spamassassin is disablesd for this mailbox

Any hints ?
 
no1 ?

my last chance would be to delete / add the mailbox again.

But then it could happen ever again without a clean solution to it :/
 
Back
Top