mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
Disable encapsulation of spam and marking of it as seen
This commit is contained in:
@@ -50,6 +50,11 @@ tools/editconf.py /etc/spamassassin/local.cf -s \
|
||||
mkdir -p $STORAGE_ROOT/mail/spamassassin
|
||||
chown -R spampd:spampd $STORAGE_ROOT/mail/spamassassin
|
||||
|
||||
# To simplify the correction of false-positives, we do not want to encapsulate
|
||||
# spam.
|
||||
tools/editconf.py /etc/spamassassin/local.cf -s \
|
||||
report_safe=0
|
||||
|
||||
# To mark mail as spam or ham, just drag it in or out of the Spam folder. We'll
|
||||
# use the Dovecot antispam plugin to detect the message move operation and execute
|
||||
# a shell script that invokes learning.
|
||||
|
||||
Reference in New Issue
Block a user