On June 12, 2014 2:34:50 PM PDT, Peter Knowles <pknow...@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
><pknow...@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 <m...@msapiro.net>
Sent from my Android phone with K-9 Mail. [Unpaid endorsement]
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to