summaryrefslogtreecommitdiff
path: root/src/mailman/queue/docs/command.txt
diff options
context:
space:
mode:
authorBarry Warsaw2009-02-19 22:23:42 -0500
committerBarry Warsaw2009-02-19 22:23:42 -0500
commit8644b80168066c8fd11a7e2440ed8566453f0cd4 (patch)
treef68f709fc52140ee135b5fb1862690edbe69d572 /src/mailman/queue/docs/command.txt
parentfcec8479c1f07576094102128408f4c23b278bb5 (diff)
downloadmailman-8644b80168066c8fd11a7e2440ed8566453f0cd4.tar.gz
mailman-8644b80168066c8fd11a7e2440ed8566453f0cd4.tar.zst
mailman-8644b80168066c8fd11a7e2440ed8566453f0cd4.zip
Major cleanup of the automatic response stuff.
inject_message() grows a keyword argument dictionary which gets merged into the message metadata. Move NODELTA into the autorespond interface as ALWAYS_REPLY. Convert the integer response values into the ResponseAction enum.
Diffstat (limited to 'src/mailman/queue/docs/command.txt')
-rw-r--r--src/mailman/queue/docs/command.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/queue/docs/command.txt b/src/mailman/queue/docs/command.txt
index 0b384de01..c9a55d2a9 100644
--- a/src/mailman/queue/docs/command.txt
+++ b/src/mailman/queue/docs/command.txt
@@ -6,7 +6,6 @@ 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.
- >>> from mailman.app.lifecycle import create_list
>>> mlist = create_list(u'test@example.com')