diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-24 13:47:51 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-24 13:47:51 -0200 |
commit | e90b5b150e9ef8cd9dd8f2c104c8a7b18f746034 (patch) | |
tree | 94dabd02e3d4715ac5af8b6f11f9f98a2ba0bfc2 /files/spamassassin | |
parent | 0a66e40f2f1ce012f9b3101c63423852175365a0 (diff) | |
download | puppet-mail-e90b5b150e9ef8cd9dd8f2c104c8a7b18f746034.tar.gz puppet-mail-e90b5b150e9ef8cd9dd8f2c104c8a7b18f746034.tar.bz2 |
Enable AWL checks for spamassassin
Diffstat (limited to 'files/spamassassin')
-rw-r--r-- | files/spamassassin/awl.pre | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/spamassassin/awl.pre b/files/spamassassin/awl.pre new file mode 100644 index 0000000..7a4e0fa --- /dev/null +++ b/files/spamassassin/awl.pre @@ -0,0 +1,8 @@ +# Managed by puppet. Avoids the following message: +# +# /etc/cron.daily/spamassassin: +# config: warning: description exists for non-existent rule AWL +# +# AWL - do auto-whitelist checks +# +loadplugin Mail::SpamAssassin::Plugin::AWL |