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 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ mpop-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mpop-users
