From 72d42234668213130d79eee4e57df94339f57567 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 29 Mar 2015 17:18:30 -0400 Subject: Fix merge turd. --- src/mailman/runners/docs/outgoing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.3.1