diff options
| author | Barry Warsaw | 2008-03-31 13:04:23 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-03-31 13:04:23 -0400 |
| commit | 52536ca08b01000c8518c36b9ba25ab6b20ac8d5 (patch) | |
| tree | c01ff9e8557551e29b1df076efef65efba8cf1a2 /mailman/pipeline/scrubber.py | |
| parent | 65b965398cfc919ada67e280b629b68db5f20b34 (diff) | |
| download | mailman-52536ca08b01000c8518c36b9ba25ab6b20ac8d5.tar.gz mailman-52536ca08b01000c8518c36b9ba25ab6b20ac8d5.tar.zst mailman-52536ca08b01000c8518c36b9ba25ab6b20ac8d5.zip | |
Diffstat (limited to 'mailman/pipeline/scrubber.py')
| -rw-r--r-- | mailman/pipeline/scrubber.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/pipeline/scrubber.py b/mailman/pipeline/scrubber.py index 394fe6322..ca1fa37e0 100644 --- a/mailman/pipeline/scrubber.py +++ b/mailman/pipeline/scrubber.py @@ -497,7 +497,7 @@ def save_attachment(mlist, msg, dir, filter_html=True): fp.write(decodedpayload) fp.close() # Now calculate the url to the list's archive. - baseurl = get_primary_archiver().get_list_url(mlist) + baseurl = get_primary_archiver(mlist).get_list_url() if not baseurl.endswith('/'): baseurl += '/' # Trailing space will definitely be a problem with format=flowed. |
