Re: [exim] Exim4 wildcard after local_part addresses

Pàgina inicial
Delete this message
Reply to this message
Autor: Jakob Hirsch
Data:  
A: Chris.Knadle
CC: exim-users
Assumpte: Re: [exim] Exim4 wildcard after local_part addresses
Chris Knadle wrote:

> I am trying to find out if it is possible to support wildcard after
> local_part email addresses in Exim4. I.E. <local_part*@domain>. Section
> 9 of the Exim 4.50 spec seems to indicate that this is not supported for
> various types of lookups.


Some examples would be nice.

Try nwildlsearch, only that you cannot use glob wildcards, but regexs
instead, e.g.:

/some/file:

^user1-.*
^user2\+.*


rcpt acl:

accept
domains = example.com
local_parts = nwildlsearch;/some/file