diff options
| author | Barry Warsaw | 2010-09-08 22:35:20 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-09-08 22:35:20 -0400 |
| commit | 1726b47b6b9bd44d6f2240372d278c4bd22eaa7b (patch) | |
| tree | 31d963ad8ed913e12e53d6cee808e7d4a52c8e7d /src/mailman/pipeline/docs | |
| parent | 9685fa2a1277cf6733940ac012e319dc0f34e8d7 (diff) | |
| download | mailman-1726b47b6b9bd44d6f2240372d278c4bd22eaa7b.tar.gz mailman-1726b47b6b9bd44d6f2240372d278c4bd22eaa7b.tar.zst mailman-1726b47b6b9bd44d6f2240372d278c4bd22eaa7b.zip | |
Diffstat (limited to 'src/mailman/pipeline/docs')
| -rw-r--r-- | src/mailman/pipeline/docs/ack-headers.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mailman/pipeline/docs/ack-headers.txt b/src/mailman/pipeline/docs/ack-headers.txt index 0f4d8ab9e..dba2169e2 100644 --- a/src/mailman/pipeline/docs/ack-headers.txt +++ b/src/mailman/pipeline/docs/ack-headers.txt @@ -2,7 +2,7 @@ Acknowledgment headers ====================== -Messages that flow through the global pipeline get their headers 'cooked', +Messages that flow through the global pipeline get their headers `cooked`, which basically means that their headers go through several mostly unrelated transformations. Some headers get added, others get changed. Some of these changes depend on mailing list settings and others depend on how the message @@ -11,8 +11,9 @@ is getting sent through the system. We'll take things one-by-one. >>> mlist = create_list('_xtest@example.com') >>> mlist.subject_prefix = '' -When the message's metadata has a 'noack' key set, an 'X-Ack: no' header is +When the message's metadata has a `noack` key set, an ``X-Ack: no`` header is added. +:: >>> msg = message_from_string("""\ ... From: aperson@example.com @@ -27,7 +28,7 @@ added. X-Ack: no ... -Any existing X-Ack header in the original message is removed. +Any existing ``X-Ack`` header in the original message is removed. >>> msg = message_from_string("""\ ... X-Ack: yes |
