Mark Sapiro wrote:
>
>The FAQ you reference talks about altering or removing a "msg['sender']
>= envsender" line in SMTPDirect.py.
>
>If you want to insert the description, you could make this line say
>
>    msg['sender'] = '%s <%s>' % (mlist.description, envsender)


It is probably better to make it

    msg['sender'] = '"%s" <%s>' % (mlist.description, envsender)

in case the description contains "." or other specials.

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

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to