Thorsten Baumeister wrote:
>
..[snip]...
>
> *@*.TBA.Home $1@???
>
From the manual:
http://www.exim.org/exim-html-4.30/doc/html/spec_31.html#SECT31.3
Domains in patterns should be given in lower case. Local parts in patterns
are case-sensitive. If you want to do case-insensitive matching of local
parts, you can use a regular expression that starts with ^(?i).
so your pattern will work if you do this:
*@*.tba.home $1@???
>
..[snip]...
>
--
--EAL--