From: Magnus Bäck (no email)
Date: Thu Dec 01 2005 - 16:01:14 EST
On Wednesday, November 30, 2005 at 14:43 CET,
James Lay <> wrote:
> So I googled around....searched the postfix mailing list
> archives...didn't find what I'm looking for, so I thought I'd ask here.
>
> Currently I run postfix with spamassassin with a postfixfilter in my
> master file and the below as the postfixfilter script file:
>
> #!/bin/bash
> /usr/bin/spamc -U /var/spool/spamfilter/spamd | /usr/sbin/sendmail -i
> "$@" exit $?
That's not robust. What do you think happens if spamc or sendmail
cannot be invoked? FILTER_README contains a more robust example.
[...]
-- Magnus Bäck
|
|
|