Re: [Exim] Confusing myself with expansions

Top Page
Delete this message
Reply to this message
Author: Alan Chandler
Date:  
To: exim-users
Subject: Re: [Exim] Confusing myself with expansions
On Wednesday 04 February 2004 02:29, Edgar Lovecraft wrote:

> It depends on how you build you local_domains host list.
> Example:
>  (untested but should work)
> domainlist local_domains = domain1 : domain2 : \
>     ${if eq{$sender_address_domain}{domain1}{$sender_address_domain}{}}


Not sure what this does and how I should use this in the snipit below. would
it be better as

domainlist local_domains_s = ${if eq{$sender_address_domain}{domain1}
{$sender_address_domain}{}} : ${if eq{$sender_address_domain}{domain2}
{$sender_address_domain}{}}

For all domains in local_domains

In which case I might as well put the if statement in the router.


Back to the original question - storing all the mail - perhaps better done via
a filter?

--
Alan Chandler
alan@???