[Mailman-Users] obscuring list addresses on the listinfo page

Mark Sapiro msapiro at value.net
Wed Sep 27 16:48:28 CEST 2006



----- Original Message ---------------

Subject: [Mailman-Users] obscuring list addresses on the listinfo page
   From: Bretton Vine <bretton at hivemind.net>
   Date: Wed, 27 Sep 2006 10:03:27 +0200
     To: mailman-users at python.org

>Another question (and this may be dumb, advance apologies) but how can one
>obscure the list addresses on the
>
> http://lists.domain.net/mailman/listinfo/listname
>
>page?
>
>+------------------------------------------------------------
>| Using listname
>| To post a message to all the list members, send email to
>| listname at domain.net.
>|
>| You can subscribe to the list, or change your existing
>| subscription, in the sections below.
>+------------------------------------------------------------
>
>I see in editing the general HTML pages there is a code snippet:
>
>| To post a message to all the list members, send email to
>| <A HREF="mailto:<MM-Posting-Addr>"><MM-Posting-Addr></A>.
>
>1. How would one obscure <MM-Posting-Addr> ?
>2. How could you do it for 300+ lists


I assume that by 'obscure', you mean replace 'list at example.com' with
something like 'the address "list" in the example dot com domain".

1. You can use the tags <MM-List-Name> for the case preserved list
name, <MM-Email-User> for the lower-case list name, and <MM-Host> for
the domain.

2. You can make a sitewide listinfo template - see
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.048.htp>.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list