On 07/15/2005 09:52 AM, [ Dhruv ] wrote:
> I would like to have the From address for posters so that it goes as ::
> 
> From: Dhruv <[EMAIL PROTECTED]>
> 
> What i want to do is ensure that people know the name of the poster but not 
> the mail id.

I don't know of a way to do this with Mailman out of the box.

However, if you think of Mailman as a mailing list construction set, you 
could build a custom pipeline stage that did it.  (Steal some of the 
code from the Cleanse.py pipeline stage's anonomizing section, but pull 
the name from the From: header before deleting the original one.)

Each list can have its own custom pipeline.  Use bin/withlist to add a 
.pipeline object based on the mm_cfg.GLOBAL_PIPELINE, but with your new
stage just before Cleanse.

(More details on the custom pipeline technique are in the list archives.)


-- 
Jim Tittsler     http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC      irc://irc.freenode.net/#mailman
------------------------------------------------------
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