Re: [Exim] Case problem

Pàgina inicial
Delete this message
Reply to this message
Autor: Patrick Boutilier
Data:  
A: exim-users
Assumpte: Re: [Exim] Case problem
Slight correction. I use the lower_case router as my third router. I
didn't notice these first two routers and it is probably not a good idea
to change the case of non-local messages.


lookuphost:
driver = dnslookup
domains = ! +local_domains
transport = remote_smtp

literal:
driver = ipliteral
domains = ! +local_domains
transport = remote_smtp
no_more


Patrick Boutilier wrote:
> Thanks for the hint. I now use the following as my first router to
> convert everything to lower case before any other routers are processed.
> Judging by the output of
>
> /usr/local/exim-test/bin/exim-4.10-4 -bd -oX 26 -d+all
>
> this seems to be the most efficient way.
>
>
> # This router lower cases everything
> lower_case:
> driver = redirect
> data = ${lc:$local_part@$domain}
>
>
>
>
>
>