On 2014-06-03, Yan Seiner <[email protected]> wrote:
> I have several domains and email addresses I want to CC myself on. I'm
> using this router:
>
> cc_to_me:
> driver = redirect
> domains = xxx.com : yyy.com : zzz.ca : aaa.org
> headers_add = "X-cc-to-me: by $primary_hostname on $tod_full\n\
> Reply-To: [email protected]"
> data = $local_part@$domain, [email protected]
>
> Is it possible to match for a specific email address rather than an
> entire domain as above?
condition + if + inlist
like this:
condtions=${if inlist{$local_part@$domain}\
{[email protected] : [email protected] : [email protected] : [email protected]}}
> Further, this is cumbersome. I find that I need to keep fiddling with
> exim config files. I'd like to set up something like .forward for
> outgoing mail that says
> if $h_to: contains "[email protected]" then cc [email protected] and add
> reply-to: [email protected]
>
> Is that possible?
I can't see an easy way to put all of that in a file that's outside of
exim's configuration.
--
umop apisdn
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/