diff options
Diffstat (limited to 'src/mailman/runners/virgin.py')
| -rw-r--r-- | src/mailman/runners/virgin.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mailman/runners/virgin.py b/src/mailman/runners/virgin.py index 4172f04e4..a69d07bf7 100644 --- a/src/mailman/runners/virgin.py +++ b/src/mailman/runners/virgin.py @@ -23,16 +23,12 @@ to go through some minimal processing before they can be sent out to the recipient. """ -__all__ = [ - 'VirginRunner', - ] - - +from mailman import public from mailman.core.pipelines import process from mailman.core.runner import Runner - +@public class VirginRunner(Runner): def _dispose(self, mlist, msg, msgdata): # We need to fast track this message through any pipeline handlers |
