hi!

i'm currently using spamassassin+dbmail+postfix to identify spam system-wide.
in addition i'm using procmail for mail that is delivered to a standard unix 
mbox instead of dbmail.

is it possible to use both procmail and spamassassin with dbmail?

i adapted the spamassassin script to do the work but it resulted in empty mails 
coming from "postfix mailfilter"

-- cut --

#!/bin/sh
/usr/bin/spamassassin -P | /usr/bin/procmail | /usr/sbin/sendmail -i "$@"
exit $?

without the | to procmail everything works fine.

maybe procmail doesnt write the results  to stdout, i dont know

best regards

michael kummer

Reply via email to