diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/runners/docs/outgoing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/docs/outgoing.rst b/src/mailman/runners/docs/outgoing.rst index cc544d6eb..8888aee5e 100644 --- a/src/mailman/runners/docs/outgoing.rst +++ b/src/mailman/runners/docs/outgoing.rst @@ -11,8 +11,8 @@ a *delivery module*, essentially a pluggable interface for determining how the recipient set will be batched, whether messages will be personalized and VERP'd, etc. The outgoing runner doesn't itself support retrying but it can move messages to the 'retry queue' for handling delivery failures. +:: - >>> from mailman.testing.helpers import subscribe >>> mlist = create_list('test@example.com') >>> from mailman.testing.helpers import subscribe |
