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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jakob Hirsch
Fecha:  
A: Rich, Whidbey Telecom
Cc: exim-users@exim.org
Asunto: 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.