From 98c52ea14883f0261fd7a2f2fe8db42d96331ddb Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 9 Feb 2009 22:19:18 -0500 Subject: Move mailman.Message to mailman.email.Message. Rename Message.get_sender() to Message.sender (property) and Message.get_senders() to Message.senders (another property). The semantics of .sender is slightly different too; it no longer consults config.mailman.use_envelope_sender. Add absolute_import and unicode_literals to Utils.py, and clean up a few imports. --- src/mailman/queue/docs/outgoing.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mailman/queue/docs') diff --git a/src/mailman/queue/docs/outgoing.txt b/src/mailman/queue/docs/outgoing.txt index 6722dee84..1c9d89041 100644 --- a/src/mailman/queue/docs/outgoing.txt +++ b/src/mailman/queue/docs/outgoing.txt @@ -11,7 +11,6 @@ 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.app.lifecycle import create_list >>> mlist = create_list(u'test@example.com') >>> from mailman.app.membership import add_member -- cgit v1.2.3-70-g09d2