Re-enable spam filtering - spamassassin now installs on jessie
This commit is contained in:
parent
7da19aec57
commit
7a42b63c20
|
@ -4987,7 +4987,6 @@ function create_procmail {
|
|||
}
|
||||
|
||||
function spam_filtering {
|
||||
# NOTE: spamassassin installation currently doesn't work, sa-compile fails with a make error 23/09/2014
|
||||
if [[ $SYSTEM_TYPE == "$VARIANT_CHAT" || $SYSTEM_TYPE == "$VARIANT_MEDIA" || $SYSTEM_TYPE == "$VARIANT_NONMAILBOX" ]]; then
|
||||
return
|
||||
fi
|
||||
|
@ -8846,7 +8845,7 @@ route_outgoing_traffic_through_tor
|
|||
install_watchdog_script
|
||||
configure_email
|
||||
create_procmail
|
||||
#spam_filtering
|
||||
spam_filtering
|
||||
configure_imap
|
||||
configure_gpg
|
||||
encrypt_incoming_email
|
||||
|
|
Loading…
Reference in New Issue