summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs
diff options
context:
space:
mode:
authorBarry Warsaw2012-02-29 21:35:59 -0500
committerBarry Warsaw2012-02-29 21:35:59 -0500
commitf4c95867d6ffd1460ddab328575cc35cf648f3b9 (patch)
treea0e9a3b75aa10366b1b24d41cee8e7311f8e08f5 /src/mailman/model/docs
parentbd95333e95f6867bc9b5d8daade2cfdc240d7f90 (diff)
downloadmailman-f4c95867d6ffd1460ddab328575cc35cf648f3b9.tar.gz
mailman-f4c95867d6ffd1460ddab328575cc35cf648f3b9.tar.zst
mailman-f4c95867d6ffd1460ddab328575cc35cf648f3b9.zip
* The `join` email command no longer accepts an `address=` argument. Its
`digest=` argument now accepts the following values: `no` (for regular delivery), `mime`, or `plain`. Also: - Fix get_queue_messages() to properly sort on the string representation of a header, since it could be a Header instance.
Diffstat (limited to 'src/mailman/model/docs')
-rw-r--r--src/mailman/model/docs/registration.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mailman/model/docs/registration.rst b/src/mailman/model/docs/registration.rst
index 9605fcbea..e9228d359 100644
--- a/src/mailman/model/docs/registration.rst
+++ b/src/mailman/model/docs/registration.rst
@@ -100,10 +100,11 @@ But this address is waiting for confirmation.
>>> pendingdb = getUtility(IPendings)
>>> dump_msgdata(pendingdb.confirm(token, expunge=False))
- email : aperson@example.com
- list_name: alpha@example.com
- real_name: Anne Person
- type : registration
+ delivery_mode: regular
+ email : aperson@example.com
+ list_name : alpha@example.com
+ real_name : Anne Person
+ type : registration
Verification by email