diff options
Diffstat (limited to 'Mailman/pipeline/docs/ack-headers.txt')
| -rw-r--r-- | Mailman/pipeline/docs/ack-headers.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/pipeline/docs/ack-headers.txt b/Mailman/pipeline/docs/ack-headers.txt index 8926e6d91..bbede2020 100644 --- a/Mailman/pipeline/docs/ack-headers.txt +++ b/Mailman/pipeline/docs/ack-headers.txt @@ -7,6 +7,7 @@ transformations. Some headers get added, others get changed. Some of these changes depend on mailing list settings and others depend on how the message is getting sent through the system. We'll take things one-by-one. + >>> from Mailman.configuration import config >>> from Mailman.pipeline.cook_headers import process >>> mlist = config.db.list_manager.create(u'_xtest@example.com') >>> mlist.subject_prefix = u'' |
