diff options
Diffstat (limited to 'src/mailman/docs/pipelines.txt')
| -rw-r--r-- | src/mailman/docs/pipelines.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman/docs/pipelines.txt b/src/mailman/docs/pipelines.txt index 5ad6ba243..51dfd7a61 100644 --- a/src/mailman/docs/pipelines.txt +++ b/src/mailman/docs/pipelines.txt @@ -66,7 +66,7 @@ However there are currently no recipients for this message. >>> dump_msgdata(msgdata) original_sender : aperson@example.com origsubj : My first post - recips : set([]) + recipients : set([]) stripped_subject: My first post And the message is now sitting in various other processing queues. @@ -103,7 +103,7 @@ And the message is now sitting in various other processing queues. _parsemsg : False original_sender : aperson@example.com origsubj : My first post - recips : set([]) + recipients : set([]) stripped_subject: My first post version : 3 @@ -148,7 +148,7 @@ This is the message that will actually get delivered to end recipients. listname : xtest@example.com original_sender : aperson@example.com origsubj : My first post - recips : set([]) + recipients : set([]) stripped_subject: My first post version : 3 |
