Re: [exim] Case-(In)sensitive Plus Addressing with Maildir D…

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: Rich, Whidbey Telecom
CC: exim-users@exim.org
Subject: Re: [exim] Case-(In)sensitive Plus Addressing with Maildir Delivery?
Quoting Rich, Whidbey Telecom:

> Does anyone have a suggestion to tell Exim how to deliver to "Topic",
> even if the $local_part_suffix is "topic"?


Other than using a case insensitive filesystem: no, or at least nothing
"nice".

Exim would have to iterate over all directories in
/var/mail/$local_part/Maildir/ and do a case-insensitive string compare.
As this is not currently implemented in Exim, you could do it on your
own: run a script (or use ${perl...}) that matches the suffix to the
existing directory structure.