diff options
| author | Barry Warsaw | 2014-12-15 21:25:12 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-15 21:25:12 -0500 |
| commit | 7386356396f5e10cb25660b57a17896ae2f0dbf2 (patch) | |
| tree | 39ec0d6059d8b49645c96f3f087c296d0c164a1a /src/mailman/commands | |
| parent | 40c50483989c6141a528d2c3e1b5830b89a96e5e (diff) | |
| download | mailman-7386356396f5e10cb25660b57a17896ae2f0dbf2.tar.gz mailman-7386356396f5e10cb25660b57a17896ae2f0dbf2.tar.zst mailman-7386356396f5e10cb25660b57a17896ae2f0dbf2.zip | |
More test repair.
Diffstat (limited to 'src/mailman/commands')
| -rw-r--r-- | src/mailman/commands/docs/inject.rst | 8 | ||||
| -rw-r--r-- | src/mailman/commands/docs/qfile.rst | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/src/mailman/commands/docs/inject.rst b/src/mailman/commands/docs/inject.rst index 16cf81661..de295b8f6 100644 --- a/src/mailman/commands/docs/inject.rst +++ b/src/mailman/commands/docs/inject.rst @@ -94,7 +94,7 @@ By default, the incoming queue is used. >>> dump_msgdata(items[0].msgdata) _parsemsg : False - listname : test@example.com + listid : test.example.com original_size: 203 version : 3 @@ -122,7 +122,7 @@ But a different queue can be specified on the command line. >>> dump_msgdata(items[0].msgdata) _parsemsg : False - listname : test@example.com + listid : test.example.com original_size: 203 version : 3 @@ -167,7 +167,7 @@ The message text can also be provided on standard input. >>> dump_msgdata(items[0].msgdata) _parsemsg : False - listname : test@example.com + listid : test.example.com original_size: 211 version : 3 @@ -195,7 +195,7 @@ injected. _parsemsg : False bar : two foo : one - listname : test@example.com + listid : test.example.com original_size: 203 version : 3 diff --git a/src/mailman/commands/docs/qfile.rst b/src/mailman/commands/docs/qfile.rst index 721d63567..f4732e3be 100644 --- a/src/mailman/commands/docs/qfile.rst +++ b/src/mailman/commands/docs/qfile.rst @@ -47,7 +47,6 @@ Once we've figured out the file name of the shunted message, we can print it. >>> command.process(FakeArgs) [----- start pickle -----] <----- start object 1 -----> - From nobody ... From: aperson@example.com To: test@example.com Subject: Uh oh |
