summaryrefslogtreecommitdiff
path: root/spamassassin/local.cf.diff
diff options
context:
space:
mode:
authorroot <root@jones.dk>2016-10-25 18:44:40 +0200
committerroot <root@jones.dk>2016-10-25 18:44:40 +0200
commit60f00c0836e5ad590af2e8100d2c14466a9b67af (patch)
tree39f82e6d36afc6f7740727da8176f07cf37ddb54 /spamassassin/local.cf.diff
parent5756ac4a3bd5abfac52aadba8daa874bbacbf89d (diff)
Resolve and (as sample) set whitelist_bounce_relays.
Diffstat (limited to 'spamassassin/local.cf.diff')
-rw-r--r--spamassassin/local.cf.diff9
1 files changed, 5 insertions, 4 deletions
diff --git a/spamassassin/local.cf.diff b/spamassassin/local.cf.diff
index b43925e..2c236b7 100644
--- a/spamassassin/local.cf.diff
+++ b/spamassassin/local.cf.diff
@@ -1,6 +1,6 @@
--- local.cf.orig 2016-10-24 21:29:10.000000000 +0200
-+++ local.cf 2016-10-25 18:12:59.000000000 +0200
-@@ -15,18 +15,19 @@
++++ local.cf 2016-10-25 18:43:20.000000000 +0200
+@@ -15,18 +15,20 @@
# Save spam messages as a message/rfc822 MIME attachment instead of
# modifying the original message (0: off, 2: use text/plain instead)
#
@@ -14,6 +14,7 @@
-# trusted_networks 212.17.35.
+internal_networks 127.0.0.1 188.183.5.254/32
+trusted_networks 127.0.0.1 188.183.5.254/32 80.68.88.141/32 217.197.91.142 94.18.231.208/29 146.185.137.224
++whitelist_bounce_relays mail.bitbase.dk mail.free-owl.de mail.homebase.dk mail.copyninja.info
# Set file-locking method (flock is not safe over NFS, but is faster)
@@ -23,7 +24,7 @@
# Set the threshold at which a message is considered spam (default: 5.0)
-@@ -55,7 +56,7 @@
+@@ -55,7 +57,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.
#
@@ -32,7 +33,7 @@
# Some shortcircuiting, if the plugin is enabled
#
-@@ -87,3 +88,12 @@
+@@ -87,3 +89,12 @@
# shortcircuit BAYES_00 ham
endif # Mail::SpamAssassin::Plugin::Shortcircuit