diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-14 22:23:09 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:22 +0200 |
commit | 827332364b00d3b47367fa97901dab8f4bfe4e91 (patch) | |
tree | 960fbfb219aee0563718358c1d9721bbdaa9ad4e /roles/IMAP/tasks | |
parent | 3ba746801d48d0c8375a88097ccd566c007eb8b2 (diff) |
Compile Spamassassin rules.
See /usr/share/doc/spamassassin/README.Debian.gz
Diffstat (limited to 'roles/IMAP/tasks')
-rw-r--r-- | roles/IMAP/tasks/spam.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/IMAP/tasks/spam.yml b/roles/IMAP/tasks/spam.yml index e3baca0..51fde4b 100644 --- a/roles/IMAP/tasks/spam.yml +++ b/roles/IMAP/tasks/spam.yml @@ -5,7 +5,12 @@ - spamassassin - spamc - libdbi-perl + - re2c + - libc6-dev + - gcc + - make notify: + - Compile Spamassassin rules - Restart Amavis - name: Create a 'spamassassin' database @@ -25,6 +30,7 @@ with_items: - spamassassin/local.cf - spamassassin/v310.pre + - spamassassin/v320.pre notify: - Restart Amavis |