瀏覽代碼

Re-enable spam filtering - spamassassin now installs on jessie

Bob Mottram 10 年之前
父節點
當前提交
7a42b63c20
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      src/freedombone

+ 1
- 2
src/freedombone 查看文件

@@ -4987,7 +4987,6 @@ function create_procmail {
4987 4987
 }
4988 4988
 
4989 4989
 function spam_filtering {
4990
-  # NOTE: spamassassin installation currently doesn't work, sa-compile fails with a make error 23/09/2014
4991 4990
   if [[ $SYSTEM_TYPE == "$VARIANT_CHAT" || $SYSTEM_TYPE == "$VARIANT_MEDIA" || $SYSTEM_TYPE == "$VARIANT_NONMAILBOX" ]]; then
4992 4991
       return
4993 4992
   fi
@@ -8846,7 +8845,7 @@ route_outgoing_traffic_through_tor
8846 8845
 install_watchdog_script
8847 8846
 configure_email
8848 8847
 create_procmail
8849
-#spam_filtering
8848
+spam_filtering
8850 8849
 configure_imap
8851 8850
 configure_gpg
8852 8851
 encrypt_incoming_email