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 ?
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 ?