From 356bff5e01f566ba3d4ed123714fd1ec1d5dbabd Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Oct 2016 18:45:50 +0200 Subject: Enable shortcircuit ALL_TRUSTED. --- spamassassin/local.cf | 2 +- spamassassin/local.cf.diff | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'spamassassin') diff --git a/spamassassin/local.cf b/spamassassin/local.cf index 530caa5..cc91b5f 100644 --- a/spamassassin/local.cf +++ b/spamassassin/local.cf @@ -81,7 +81,7 @@ ifplugin Mail::SpamAssassin::Plugin::Shortcircuit # if you have taken the time to correctly specify your "trusted_networks", # this is another good way to save CPU # -# shortcircuit ALL_TRUSTED on +shortcircuit ALL_TRUSTED on # and a well-trained bayes DB can save running rules, too # diff --git a/spamassassin/local.cf.diff b/spamassassin/local.cf.diff index 2c236b7..0da805e 100644 --- a/spamassassin/local.cf.diff +++ b/spamassassin/local.cf.diff @@ -1,5 +1,5 @@ --- local.cf.orig 2016-10-24 21:29:10.000000000 +0200 -+++ local.cf 2016-10-25 18:43:20.000000000 +0200 ++++ local.cf 2016-10-25 18:45:29.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) @@ -33,6 +33,15 @@ # Some shortcircuiting, if the plugin is enabled # +@@ -79,7 +81,7 @@ + # if you have taken the time to correctly specify your "trusted_networks", + # this is another good way to save CPU + # +-# shortcircuit ALL_TRUSTED on ++shortcircuit ALL_TRUSTED on + + # and a well-trained bayes DB can save running rules, too + # @@ -87,3 +89,12 @@ # shortcircuit BAYES_00 ham -- cgit v1.2.3