diff options
| author | bwarsaw | 2002-05-22 23:52:01 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-05-22 23:52:01 +0000 |
| commit | 726fe2cc40e6fe1dcaac713a544f7c2d939d416f (patch) | |
| tree | 69d6006bd5938ef76fdf08e22041141a28440a57 | |
| parent | 42bd2ce7b7085ecd1792f78098b28bdd9fd0b027 (diff) | |
| download | mailman-726fe2cc40e6fe1dcaac713a544f7c2d939d416f.tar.gz mailman-726fe2cc40e6fe1dcaac713a544f7c2d939d416f.tar.zst mailman-726fe2cc40e6fe1dcaac713a544f7c2d939d416f.zip | |
| -rw-r--r-- | Mailman/Queue/VirginRunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |
