• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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