• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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