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

Mark Sapiro msapiro at value.net
Tue May 23 19:36:55 CEST 2006


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['domainkey-signature']
>      del msg['dkim-signature']
>      del msg['authentication-results']


The above change is added to the subversion trunk. Thanks.

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




More information about the Mailman-Users mailing list