[Bug 736849] Re: Sender header change to improve Outlook

mathias gebbe mgebbe at intevation.de
Fri Aug 10 15:15:06 CEST 2012


found it in:

/usr/lib/mailman/Mailman/Handlers/SMTPDirect.py

Line: 378
#msg['Sender'] = '"%s" <%s>' % (mlist.real_name, envsender)
to:
msg['Sender'] = '%s' % (envsender)

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/736849

Title:
  Sender header change to improve Outlook

To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/736849/+subscriptions


More information about the Mailman-coders mailing list