diff options
| author | Barry Warsaw | 2009-02-19 22:23:42 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-02-19 22:23:42 -0500 |
| commit | 8644b80168066c8fd11a7e2440ed8566453f0cd4 (patch) | |
| tree | f68f709fc52140ee135b5fb1862690edbe69d572 /src/mailman/queue/docs/command.txt | |
| parent | fcec8479c1f07576094102128408f4c23b278bb5 (diff) | |
| download | mailman-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.txt | 1 |
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') |
