Re: [exim] Router for specific outgoing messages?

Top Pagina
Delete this message
Reply to this message
Auteur: Jaap Winius
Datum:  
Aan: Phil Pennock
CC: exim-users
Onderwerp: Re: [exim] Router for specific outgoing messages?
Quoting Phil Pennock <exim-users@???>:

> domains = example.com
> local_parts = fred


In other words:

test:
debug_print = "R: test-filter for $local_part@$domain"
driver = accept
local_parts = jwinius
domains = example.com
transport = test
condition = "${if eq{$received_protocol}{local-bsmtp}{no}{yes}}"


It may look promising, but unfortunately this didn't work for me: any
messages for jwinius@??? are sent straight on to that address
without first being redirected to my "test" transport. Is there
perhaps something wrong with this configuration?

Cheers,

Jaap