diff options
| author | Barry Warsaw | 2009-01-01 17:07:06 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-01 17:07:06 -0500 |
| commit | 2413e18a366024b9d64bf6eb7d8afee50f7441da (patch) | |
| tree | e703dd9c4db3a3bfd1773c6d8d1fa7c403f720d8 /mailman/pipeline/scrubber.py | |
| parent | 6e22adb521769a666d3db85384d619528d7982a0 (diff) | |
| download | mailman-2413e18a366024b9d64bf6eb7d8afee50f7441da.tar.gz mailman-2413e18a366024b9d64bf6eb7d8afee50f7441da.tar.zst mailman-2413e18a366024b9d64bf6eb7d8afee50f7441da.zip | |
Diffstat (limited to 'mailman/pipeline/scrubber.py')
| -rw-r--r-- | mailman/pipeline/scrubber.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mailman/pipeline/scrubber.py b/mailman/pipeline/scrubber.py index e8268f0cf..a0e88b7d8 100644 --- a/mailman/pipeline/scrubber.py +++ b/mailman/pipeline/scrubber.py @@ -40,6 +40,7 @@ from zope.interface import implements from mailman import Defaults from mailman import Utils +from mailman.config import config from mailman.core.errors import DiscardMessage from mailman.core.plugins import get_plugin from mailman.i18n import _ @@ -394,7 +395,7 @@ def makedirs(dir): def save_attachment(mlist, msg, dir, filter_html=True): - fsdir = os.path.join(Defaults.PRIVATE_ARCHIVE_FILE_DIR, + fsdir = os.path.join(config.PRIVATE_ARCHIVE_FILE_DIR, mlist.fqdn_listname, dir) makedirs(fsdir) # Figure out the attachment type and get the decoded data |
