diff options
-rw-r--r-- | spamassassin/local.cf | 2 | ||||
-rw-r--r-- | spamassassin/local.cf.diff | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/spamassassin/local.cf b/spamassassin/local.cf index f99cd8f..ba6e8a3 100644 --- a/spamassassin/local.cf +++ b/spamassassin/local.cf @@ -15,7 +15,7 @@ # Save spam messages as a message/rfc822 MIME attachment instead of # modifying the original message (0: off, 2: use text/plain instead) # -# report_safe 1 +report_safe 0 # Set which networks or hosts are considered 'trusted' by your mail diff --git a/spamassassin/local.cf.diff b/spamassassin/local.cf.diff index 461d26f..0fd8107 100644 --- a/spamassassin/local.cf.diff +++ b/spamassassin/local.cf.diff @@ -1,5 +1,14 @@ --- local.cf.orig 2016-10-24 21:29:10.000000000 +0200 -+++ local.cf 2016-10-25 14:35:30.000000000 +0200 ++++ local.cf 2016-10-25 14:40:00.000000000 +0200 +@@ -15,7 +15,7 @@ + # Save spam messages as a message/rfc822 MIME attachment instead of + # modifying the original message (0: off, 2: use text/plain instead) + # +-# report_safe 1 ++report_safe 0 + + + # Set which networks or hosts are considered 'trusted' by your mail @@ -55,7 +55,7 @@ # Whether to decode non- UTF-8 and non-ASCII textual parts and recode # them to UTF-8 before the text is given over to rules processing. |