diff options
| author | Barry Warsaw | 2014-12-15 16:36:48 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-15 16:36:48 -0500 |
| commit | e3b97fadcf345604c9760113ddf06505a2f3b95c (patch) | |
| tree | 3aa42c26cd2acf774781638a256c1e38007d58fd /src/mailman/app/docs | |
| parent | 07cfcca716451335bfd14cdc9dca5c38ac1159b3 (diff) | |
| download | mailman-e3b97fadcf345604c9760113ddf06505a2f3b95c.tar.gz mailman-e3b97fadcf345604c9760113ddf06505a2f3b95c.tar.zst mailman-e3b97fadcf345604c9760113ddf06505a2f3b95c.zip | |
Fix pipelines tests.
Diffstat (limited to 'src/mailman/app/docs')
| -rw-r--r-- | src/mailman/app/docs/pipelines.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman/app/docs/pipelines.rst b/src/mailman/app/docs/pipelines.rst index adcdd1ea5..daedab50a 100644 --- a/src/mailman/app/docs/pipelines.rst +++ b/src/mailman/app/docs/pipelines.rst @@ -67,7 +67,7 @@ However there are currently no recipients for this message. >>> dump_msgdata(msgdata) original_sender : aperson@example.com original_subject: My first post - recipients : set([]) + recipients : set() stripped_subject: My first post After pipeline processing, the message is now sitting in various other @@ -97,7 +97,7 @@ processing queues. _parsemsg : False original_sender : aperson@example.com original_subject: My first post - recipients : set([]) + recipients : set() stripped_subject: My first post version : 3 @@ -132,10 +132,10 @@ delivered to end recipients. >>> dump_msgdata(messages[0].msgdata) _parsemsg : False - listname : test@example.com + listid : test.example.com original_sender : aperson@example.com original_subject: My first post - recipients : set([]) + recipients : set() stripped_subject: My first post version : 3 |
