Re: [exim] Odd router problem

Pàgina inicial
Delete this message
Reply to this message
Autor: Michael Bazdell
Data:  
A: exim-users
Assumpte: Re: [exim] Odd router problem
On Mon, 2004-12-27 at 16:09 -0500, Michael Bazdell wrote:
> 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 =



If I put

spamcheck_router:
no_verify
check_local_user
# 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

As 01 for my router, that will scan it before it hits my pgsql stuff,
but I don't understand the above transport. What is it doing with the
mail? Does it pass it back to the router list and let them play with it?