On 2015-02-25, Jim Trigg <[email protected]> wrote:
> I'm switching from Postfix to Exim. The one facility that I use in
> Postfix that I haven't figured out how to implement in Exim is PCRE
> aliases. I include an example below. Any suggestions how to write a
> router for this in Exim? Also, is there a different syntax I should
> be using in the file?
[...]
> Munged example to elide actual domain names from my existing virtual.pcre:
> /^(abuse|policyd|root)@(anydomain).tld$/ blaise+${2}-${1}@localhost
> /^(host|list|post|web)master@(anydomain).tld$/
> blaise+${2}-${1}@localhost
> /^jtrigg([-+].+)@(anydomain).tld$/ blaise+${2}${1}@localhost
> /^jtrigg@(anydomain).tld$/ blaise+${1}@localhost
www.exim.org/exim-html-current/doc/.../ch-address_rewriting.html
--
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/