From 38f1ff550ce3433531510080971f45fc75e7b862 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Tue, 4 Feb 2020 18:48:55 -0300 Subject: [PATCH] add spam filter --- spamfilter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spamfilter b/spamfilter index 99fb97d..be63f8e 100755 --- a/spamfilter +++ b/spamfilter @@ -3,4 +3,4 @@ # pass mail through spam filter Bogofilter # arguments are passed on to sendmail -/usr/bin/bogofilter -p | /usr/sbin/sendmail "$@" +/usr/bin/bogofilter -d /vmail/bogofilter -p | /usr/sbin/sendmail "$@"