diff options
Diffstat (limited to 'mailman/queue/virgin.py')
| -rw-r--r-- | mailman/queue/virgin.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mailman/queue/virgin.py b/mailman/queue/virgin.py index 503337ea1..ca61074bf 100644 --- a/mailman/queue/virgin.py +++ b/mailman/queue/virgin.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -23,15 +23,13 @@ to go through some minimal processing before they can be sent out to the recipient. """ -from mailman.app.pipelines import process -from mailman.configuration import config +from mailman.core.pipelines import process +from mailman.config import config from mailman.queue import Runner class VirginRunner(Runner): - QDIR = config.VIRGINQUEUE_DIR - def _dispose(self, mlist, msg, msgdata): # We need to fast track this message through any pipeline handlers # that touch it, e.g. especially cook-headers. |
