Hi Gordon, i was able to set scanning for outgoing mails our my exim4u config: here are the settings i added: on the router section at the very top i added this: spamcheck_router: # When to scan a message : # - it isn't already flagged as spam # - it isn't already scanned condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}}} {1}{0}}" driver = accept transport = spamcheck and then on the transport section i have this there: spamcheck: debug_print = "T: spamassassin_pipe for $local_part@$domain" driver = pipe command = /usr/sbin/exim4 -oMr spam-scanned -bS use_bsmtp transport_filter = /usr/bin/spamc home_directory = "/tmp" current_directory = "/tmp" user = Debian-exim group = Debian-exim return_fail_output message_prefix = message_suffix = This indeed scan messages and tag them, but even if it tags the messages as spam it will still send them out. is their any setting i can add on the remote_stmp transport section that it discard emails tag as spam? Thanks Kebba On Wed, 2011-02-09 at 12:00 -0500, users-request(a)exim4u.org wrote:
Re: are outgoing mails scan by Clam and SA (Gordon Dickens)