I'm assuming I would change $prefix/Mailman/Handlers/Cleanse.py somehow
then.
So, of this, what would I change?:
if mlist.anonymous_list:
syslog('post', 'post to %s from %s anonymized',
mlist.internal_name(), msg.get('from'))
del msg['from']
del msg['reply-to']
del msg['sender']
# Hotmail sets this one
del msg['x-originating-email']
i18ndesc = str(uheader(mlist, mlist.description, 'From'))
msg['From'] = formataddr((i18ndesc, mlist.GetListEmail()))
msg['Reply-To'] = mlist.GetListEmail()
Or am I going in the wrong direction? I'm looking to just take the
description
out of the equation for anonymous_list.
-----Original Message-----
From: Mark Sapiro [mailto:[email protected]]
Sent: Thursday, November 19, 2009 2:31 PM
To: Tim Van Dyne; [email protected]
Subject: RE: [Mailman-Users] Personalization - How do I explicitly
disableSender field rewrite
Tim Van Dyne wrote:
>I realized about an hour after I sent the message that personalization
>doesn't affect this. But I didn't know that anonymous_list added the
>description.
The description was added in Mailman 2.1.6.
--
Mark Sapiro <[email protected]> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list [email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org