
On June 12, 2014 2:34:50 PM PDT, Peter Knowles <pknowles@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@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@msapiro.net> Sent from my Android phone with K-9 Mail. [Unpaid endorsement]