[Mailman-Users] dmarc_moderation_action not working in 2.1.18

Mark Sapiro mark at msapiro.net
Fri Jun 13 00:19:16 CEST 2014


On June 12, 2014 2:34:50 PM PDT, Peter Knowles <pknowles at tpnsolutions.com> wrote:
>Mark,
>
>In Defaults.py "GLOBAL_PIPELINE" has the following:
>
>SpamDetect
>Approve
>Replybot
>Moderate
>Hold
>MimeDel
>Scrubber
>Emergency
>Tagger
>CalcRecips
>AvoidDuplicates


Cleanse is missing here. I am guessing this is a typo.


>CleanseDKIM
>CookieHeaders
>ToDigest
>ToArchive
>ToUsenet
>AfterDelivery
>Acknowledge
>WrapMessage

WrapMessage is missing from your mm_cfg.py version. That's the problem.


>ToOutgoing
>
>
>
>On Thu, Jun 12, 2014 at 2:27 PM, Peter Knowles
><pknowles at tpnsolutions.com>
>wrote:
>
>> Mark,
>>
>> Inside mm_cfg.py, "GLOBAL_PIPELINE" has the following:
>>
...


Do not redefine GLOBAL_PIPELINE in mm_cfg.py for exactly this reason.

It seems your intent is to remove ToUsenet from the pipeline. If this is correct, remove your definition of GLOBAL_PIPELINE from mm_cfg.py and instead put

GLOBAL_PIPELINE. remove('ToUsenet')

to avoid issues like this in the future.


-- 
Mark Sapiro <mark at msapiro.net>
Sent from my Android phone with K-9 Mail. [Unpaid endorsement]


More information about the Mailman-Users mailing list