From e0930877d45a842bb1b3bdb894bc77889ea6a8ca Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 23 Jul 2020 14:22:03 +0200 Subject: [PATCH] Add a link to the writing rules documentation. --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index ae29c16..091d9e3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -79,6 +79,7 @@ spamassassin_shortcircuit_bayes_rules: - { key: 'BAYES_99', value: 'spam' } - { key: 'BAYES_00', value: 'ham' } +# See https://cwiki.apache.org/confluence/display/SPAMASSASSIN/WritingRules spamassassin_local_rules: [] # - "score DKIM_VALID 0.001" # - "score DKIM_INVALID 2"