From 726fe2cc40e6fe1dcaac713a544f7c2d939d416f Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 22 May 2002 23:52:01 +0000 Subject: _get_pipeline(): We don't need to send virgin messages through the Replybot. --- Mailman/Queue/VirginRunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Queue/VirginRunner.py b/Mailman/Queue/VirginRunner.py index 0d9b2ade6..720ecd253 100644 --- a/Mailman/Queue/VirginRunner.py +++ b/Mailman/Queue/VirginRunner.py @@ -40,4 +40,4 @@ class VirginRunner(IncomingRunner): def _get_pipeline(self, mlist, msg, msgdata): # It's okay to hardcode this, since it'll be the same for all # internally crafted messages. - return ['Replybot', 'CookHeaders', 'ToOutgoing'] + return ['CookHeaders', 'ToOutgoing'] -- cgit v1.3.1