diff options
Diffstat (limited to 'src/mailman/mta/docs/bulk.rst')
| -rw-r--r-- | src/mailman/mta/docs/bulk.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/mta/docs/bulk.rst b/src/mailman/mta/docs/bulk.rst index f0c4e0132..f2a76229b 100644 --- a/src/mailman/mta/docs/bulk.rst +++ b/src/mailman/mta/docs/bulk.rst @@ -194,7 +194,7 @@ message sent, with all the recipients packed into the envelope recipients <BLANKLINE> This is a test. -The ``X-RcptTo:`` header contains the set of recipients, in random order. +The ``X-RcptTo:`` header contains the set of recipients, in sorted order. >>> len(messages[0]['x-rcptto'].split(',')) 100 |
