To answer a few questions

Not planning to change any standard, just proposing to adapt a well know MLM to 
the current authentication standard

The code is self explanatory but for the people with difficulties with 
launchpad:

if mlist.author_list:
        mlist.include_sender_header = 0
        if msg['reply-to'] == "" :
            msg['reply-to'] = msg['reply-to'] + " , " + msg['from']
        else:
           msg['reply-to'] = msg['from']
        realname, email = parseaddr(msg['from'])
        del msg['from']
        msg['From'] = formataddr(('%s via %s' % (realname,mlist.real_name), 
mlist.GetListEmail()))
        del msg['domainkey-signature']
        del msg['dkim-signature']
        del msg['sender']

That's all there is to it (and some wrappers doc around).

And as Al says, best is to just experience it, test it, tweak it,...

There has been too many plans on the comet!
_______________________________________________
dmarc-discuss mailing list
[email protected]
http://www.dmarc.org/mailman/listinfo/dmarc-discuss

NOTE: Participating in this list means you agree to the DMARC Note Well terms 
(http://www.dmarc.org/note_well.html)

Reply via email to