summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-03 23:29:26 -0500
committerBarry Warsaw2012-03-03 23:29:26 -0500
commit7e5470afdef0a60796cdb7974f30c46cfbfcbd4f (patch)
tree9e788a48c0aeb4553b3b1fa966fc7ecb24be22f9 /src/mailman/model/docs
parente09c13199c2a60724ee601902a51a816e627e024 (diff)
downloadmailman-7e5470afdef0a60796cdb7974f30c46cfbfcbd4f.tar.gz
mailman-7e5470afdef0a60796cdb7974f30c46cfbfcbd4f.tar.zst
mailman-7e5470afdef0a60796cdb7974f30c46cfbfcbd4f.zip
* Support downloading templates by URI, including mailman:// URIs. This is
used in welcome and goodbye messages, and supports both language and mailing list specifications. E.g. mailman:///test@example.com/it/welc.txt * Schema changes: - welcome_msg -> welcome_message_uri - goodbye_msg -> goodbye_message_uri - send_welcome_msg -> send_welcome_message - send_goodbye_msg -> send_goodbye_message * New `ITemplateLoader` utility.
Diffstat (limited to 'src/mailman/model/docs')
-rw-r--r--src/mailman/model/docs/requests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/docs/requests.rst b/src/mailman/model/docs/requests.rst
index 01fbfdc91..cf4eb90ac 100644
--- a/src/mailman/model/docs/requests.rst
+++ b/src/mailman/model/docs/requests.rst
@@ -540,7 +540,7 @@ subscriber.
The subscription can also be accepted. This subscribes the address to the
mailing list.
- >>> mlist.send_welcome_msg = True
+ >>> mlist.send_welcome_message = True
>>> id_4 = moderator.hold_subscription(mlist,
... 'fperson@example.org', 'Frank Person',
... 'abcxyz', DeliveryMode.regular, 'en')