On Mon, 1 Nov 2010, Dave Lugo wrote: > > I can't rely on the user email addresses always > matching, case-wise, what is in the rewrite file. > Do I need to preface each address entry with ^(?i), > and turn it into: > > ^(?i)[email protected] ^(?i)[email protected] FTh >
Silly me, this works: ^(?i)[email protected] [email protected] FTh -- -------------------------------------------------------- Dave Lugo [email protected] No spam, thanks. Are you the police? . . . No ma'am, we're sysadmins. -------------------------------------------------------- -- ## List details at http://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/
