summaryrefslogtreecommitdiff
path: root/Mailman/pipeline
diff options
context:
space:
mode:
authorBarry Warsaw2008-02-26 21:24:13 -0500
committerBarry Warsaw2008-02-26 21:24:13 -0500
commitf0c044111dfdf6ffe3531df18ccf268a4056874b (patch)
treed3145c9d06e8334ba51b896ed14626ef7400d9fc /Mailman/pipeline
parent94bdb0a452dc088002f156e3e0e032085693d3f3 (diff)
downloadmailman-f0c044111dfdf6ffe3531df18ccf268a4056874b.tar.gz
mailman-f0c044111dfdf6ffe3531df18ccf268a4056874b.tar.zst
mailman-f0c044111dfdf6ffe3531df18ccf268a4056874b.zip
Diffstat (limited to 'Mailman/pipeline')
-rw-r--r--Mailman/pipeline/docs/ack-headers.txt1
-rw-r--r--Mailman/pipeline/docs/acknowledge.txt1
2 files changed, 2 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''
diff --git a/Mailman/pipeline/docs/acknowledge.txt b/Mailman/pipeline/docs/acknowledge.txt
index 3dd92854f..86015d2c4 100644
--- a/Mailman/pipeline/docs/acknowledge.txt
+++ b/Mailman/pipeline/docs/acknowledge.txt
@@ -5,6 +5,7 @@ When a user posts a message to a mailing list, and that user has chosen to
receive acknowledgments of their postings, Mailman will sent them such an
acknowledgment.
+ >>> from Mailman.configuration import config
>>> handler = config.handlers['acknowledge']
>>> mlist = config.db.list_manager.create(u'_xtest@example.com')
>>> mlist.real_name = u'XTest'