summaryrefslogtreecommitdiff
path: root/spamassassin
diff options
context:
space:
mode:
authorroot <root@jones.dk>2016-10-25 14:40:42 +0200
committerroot <root@jones.dk>2016-10-25 14:40:42 +0200
commitb9b13958bd509ef159c799b9f869141ba53a302d (patch)
tree0c707bc070e25ae128ef841590bfd49e78708950 /spamassassin
parentd3f51704c317edcc5badbbc70356c284ffb6645d (diff)
Disable report_safe.
Diffstat (limited to 'spamassassin')
-rw-r--r--spamassassin/local.cf2
-rw-r--r--spamassassin/local.cf.diff11
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.