diff options
| author | Barry Warsaw | 2009-01-01 12:17:16 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-01 12:17:16 -0500 |
| commit | 6e22adb521769a666d3db85384d619528d7982a0 (patch) | |
| tree | 4a5b0f04f6ea17ce11d9bed8dadbfed5fe838f48 /mailman/queue/virgin.py | |
| parent | 996f7ea88ad5eaee7b7c7df5b113dbf6ce896e55 (diff) | |
| download | mailman-6e22adb521769a666d3db85384d619528d7982a0.tar.gz mailman-6e22adb521769a666d3db85384d619528d7982a0.tar.zst mailman-6e22adb521769a666d3db85384d619528d7982a0.zip | |
Diffstat (limited to 'mailman/queue/virgin.py')
| -rw-r--r-- | mailman/queue/virgin.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mailman/queue/virgin.py b/mailman/queue/virgin.py index 917d702ca..6d913d1a0 100644 --- a/mailman/queue/virgin.py +++ b/mailman/queue/virgin.py @@ -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.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. |
