On 1/3/06 9:29 AM, "Sean Roe" <[EMAIL PROTECTED]> 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


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to