diff options
| author | Barry Warsaw | 2012-03-17 12:54:26 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-17 12:54:26 -0400 |
| commit | 8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29 (patch) | |
| tree | 4d107a8b995f113feed454bd8662986cff8888ba /src/mailman/runners/digest.py | |
| parent | 5aa8f097f1d7a96500ccd2ccfa2fedd6ac830786 (diff) | |
| parent | 24991d17919f2715a7f2e875d2fb7fe72e53efcf (diff) | |
| download | mailman-8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29.tar.gz mailman-8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29.tar.zst mailman-8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29.zip | |
Diffstat (limited to 'src/mailman/runners/digest.py')
| -rw-r--r-- | src/mailman/runners/digest.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/runners/digest.py b/src/mailman/runners/digest.py index b4ae9a442..513a20322 100644 --- a/src/mailman/runners/digest.py +++ b/src/mailman/runners/digest.py @@ -46,7 +46,6 @@ from mailman.core.i18n import _ from mailman.core.runner import Runner from mailman.interfaces.member import DeliveryMode, DeliveryStatus from mailman.pipeline.decorate import decorate -from mailman.pipeline.scrubber import process as scrubber from mailman.utilities.i18n import make from mailman.utilities.mailbox import Mailbox from mailman.utilities.string import oneline, wrap @@ -252,12 +251,6 @@ class RFC1153Digester(Digester): if count > 1: print >> self._text, self._separator30 print >> self._text - # Scrub attachements. - try: - msg = scrubber(self._mlist, msg) - except DiscardMessage: - print >> self._text, _('[Message discarded by content filter]') - return # Each message section contains a few headers. for header in config.digests.plain_digest_keep_headers.split(): if header in msg: |
