Re: [Mailman-Users] DKIM/DK-milter with Mailman

2006-05-23 Thread Mark Sapiro
SM wrote: > >The workaround is to configure Mailman as follows: > >Change the Mailman/Handlers/CleanseDKIM.py lines from: > > def process(mlist, msg, msgdata): > del msg['domainkey-signature'] > del msg['dkim-signature'] > >to > > def process(mlist, msg, msgdata): > del msg['domain

[Mailman-Users] DKIM/DK-milter with Mailman

2006-05-08 Thread SM
Hi, I tested Mailman 2.1.8 with dkim-milter 0.4.1 and dk-milter 0.3.4. The server running Mailman signs all outgoing mail and inserts DKIM-Signature and DomainKey-Signature headers. Incoming mail verifies successfully. Mail sent by Mailman fails DomainKeys/DKIM verification at the subscriber