From d9ad19e86ff658a74870fb488cd74e5002b63bc3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 18 Jul 2009 22:31:45 -0400 Subject: De-u-literal-ify our doctests. --- src/mailman/queue/docs/command.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/mailman/queue/docs/command.txt') 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. -- cgit v1.2.3-70-g09d2