[Mailman-Users] virtual domains problem

John W. Baxter jwblist at loricamail.com
Tue Jan 3 19:05:36 CET 2006


On 1/3/06 9:29 AM, "Sean Roe" <sean at adoptionmedia.com> wrote:

The macro
> MM_LISTCHK=MM_HOME/lists/${lc::$local_part}/config.pck
is later used in a list context
>     require_files = MM_LISTCHK

So I to would expect the : in $(lc:$local_part) to have to be doubled.  But
what seems to be happening is that the second of the pair of colons is being
picked up as part of the string to be lower-cased.

You could make certain that the colon *doesn't* need to be doubled by
changing the list separator character in the require_files option:
require_files = <; MM_LISTCHK

If you do that, then for sure you only need a single : in the MM_LISTCHK
macro.  (You need to do the same magic other places the macro is used in
list context.)

  --John





More information about the Mailman-Users mailing list