From cff3d561c2c75cc2bfe5423de3b968c31e82edef Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 31 Aug 2013 19:45:08 -0400 Subject: [PATCH] dovecot antispam was not setup right --- scripts/spamassassin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/spamassassin.sh b/scripts/spamassassin.sh index 2f19ee90..359709e7 100644 --- a/scripts/spamassassin.sh +++ b/scripts/spamassassin.sh @@ -33,8 +33,8 @@ plugin { antispam_backend = pipe antispam_spam_pattern_ignorecase = SPAM antispam_allow_append_to_spam = yes - antispam_pipe_program_spam_arg = /usr/bin/sa-learn-pipe.sh --spam - antispam_pipe_program_notspam_arg = /usr/bin/sa-learn-pipe.sh --ham + antispam_pipe_program_spam_args = /usr/bin/sa-learn-pipe.sh;--spam + antispam_pipe_program_notspam_args = /usr/bin/sa-learn-pipe.sh;--ham antispam_pipe_program = /bin/bash } EOF