Re: [Exim] V4 mailman -- ${lc:$local_part} failure

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Chad Leigh -- Shire.Net LLC
Date:  
À: Hans Morten Kind
CC: Exim Users
Sujet: Re: [Exim] V4 mailman -- ${lc:$local_part} failure
Hi Hans

yes, thanks!

best
Chad

On Tuesday, July 2, 2002, at 08:13 , Hans Morten Kind wrote:

>>    require_files = MAILMAN_HOME/lists/${lc:$local_part}/config.db

>
> You will have to double to colons here, it is mentioned
> in the ChangLog, no 25 under 4.03
>
> This will work
> require_files = MAILMAN_HOME/lists/${lc::$local_part}/config.db
>
> hmk
>
>