summaryrefslogtreecommitdiff
path: root/Mailman/docs/cook-headers.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/docs/cook-headers.txt')
-rw-r--r--Mailman/docs/cook-headers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/docs/cook-headers.txt b/Mailman/docs/cook-headers.txt
index fd7a458c7..4f8885e79 100644
--- a/Mailman/docs/cook-headers.txt
+++ b/Mailman/docs/cook-headers.txt
@@ -12,7 +12,7 @@ is getting sent through the system. We'll take things one-by-one.
>>> from Mailman.Handlers.CookHeaders import process
>>> from Mailman.configuration import config
>>> from Mailman.database import flush
- >>> mlist = config.list_manager.create('_xtest@example.com')
+ >>> mlist = config.db.list_manager.create('_xtest@example.com')
>>> mlist.subject_prefix = u''
>>> mlist.include_list_post_header = False
>>> mlist.archive = True