[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [mpop-users] filter



Hi!

On Sun, 29 Mar 2015 18:10:16 +0000, Dennis G wrote:
> Can I have multiple filters e.g one for spamassassin and one for
> clamav? I have installed clamav how can I make a filter to scan
> incoming mail and upon virus found not to deliver mail,else to
> deliver mail normally. command line arguments for clamav to scan a
> data stream: /usr/bin/clamscan --stdout --no-summary --infected -

You can write a shell script that combines clamav and spamassassin in
any way you like, and use that as a filter.

Martin