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. <[EMAIL PROTECTED]>. 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 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
