REMOVE_DKIM_HEADERS = 2, describe but not implemented

Bug #1488656 reported by Simon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Mailman
Incomplete
Undecided
Mark Sapiro

Bug Description

In the debian package (Wheezy) and the tarball mailman-2.1.20:

Default.py describes than REMOVE_DKIM_HEADERS = 2 should overwrite the from_is_list == 1.
But this is not implemented in Handlers/CleanseDKIM.py .

Mark Sapiro (msapiro)
Changed in mailman:
status: New → Incomplete
Revision history for this message
Mark Sapiro (msapiro) wrote :

I believe the code is correct and does what is documented in Defaults.py. If you disagree, please give specific examples of settings, what result they should produce and what they actually produce.

In particular, if REMOVE_DKIM_HEADERS =2, the

if not (mm_cfg.REMOVE_DKIM_HEADERS or mlist.anonymous_list):

is false and doesn't return, and the second

if (mm_cfg.REMOVE_DKIM_HEADERS == 1 and not ...

is also false and does not return and the del statements are executed.

I don't know what you mean by "REMOVE_DKIM_HEADERS = 2 should overwrite the from_is_list == 1." What the documentation says is if REMOVE_DKIM_HEADERS = 2, the headers are removed regardless of the from_is_list setting, and that's what's done.

Changed in mailman:
assignee: nobody → Mark Sapiro (msapiro)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.