diff options
| author | Barry Warsaw | 2009-07-18 22:31:45 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-07-18 22:31:45 -0400 |
| commit | d9ad19e86ff658a74870fb488cd74e5002b63bc3 (patch) | |
| tree | 29a7e53c290a95d6280772d6aa52a8b160649596 /src/mailman/queue/docs/command.txt | |
| parent | 422a6757e6aafbd12c220aa8dfdc33f8c377718c (diff) | |
| download | mailman-d9ad19e86ff658a74870fb488cd74e5002b63bc3.tar.gz mailman-d9ad19e86ff658a74870fb488cd74e5002b63bc3.tar.zst mailman-d9ad19e86ff658a74870fb488cd74e5002b63bc3.zip | |
De-u-literal-ify our doctests.
Diffstat (limited to 'src/mailman/queue/docs/command.txt')
| -rw-r--r-- | src/mailman/queue/docs/command.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mailman/queue/docs/command.txt b/src/mailman/queue/docs/command.txt index c9a55d2a9..73be64de0 100644 --- a/src/mailman/queue/docs/command.txt +++ b/src/mailman/queue/docs/command.txt @@ -1,3 +1,4 @@ +======================== The command queue runner ======================== @@ -6,11 +7,11 @@ Commands are extensible using the Mailman plugin system, but Mailman comes with a number of email commands out of the box. These are processed when a message is sent to the list's -request address. - >>> mlist = create_list(u'test@example.com') + >>> mlist = create_list('test@example.com') A command in the Subject ------------------------- +======================== For example, the 'echo' command simply echoes the original command back to the sender. The command can be in the Subject header. @@ -64,7 +65,7 @@ And now the response is in the virgin queue. A command in the body ---------------------- +===================== The command can also be found in the body of the message, as long as the message is plain text. @@ -105,7 +106,7 @@ message is plain text. Stopping command processing ---------------------------- +=========================== The 'end' command stops email processing, so that nothing following is looked at by the command queue. |
