← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rharding/launchpad/testfix_message_holds into lp:launchpad

 

Richard Harding has proposed merging lp:~rharding/launchpad/testfix_message_holds into lp:launchpad.

Requested reviews:
  Richard Harding (rharding)

For more details, see:
https://code.launchpad.net/~rharding/launchpad/testfix_message_holds/+merge/124405

Fixes broken test for buidbot blockage. 
-- 
https://code.launchpad.net/~rharding/launchpad/testfix_message_holds/+merge/124405
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/registry/doc/message-holds.txt'
--- lib/lp/registry/doc/message-holds.txt	2012-09-13 18:00:49 +0000
+++ lib/lp/registry/doc/message-holds.txt	2012-09-14 12:22:21 +0000
@@ -372,6 +372,13 @@
     The Launchpad team
     ----------------------------------------
 
+== Posting privileges ==
+
+    >>> team_four, list_four = mailinglists_helper.new_team(
+    ...     'test-four', True)
+    >>> sorted(list_four.getSenderAddresses())
+    [u'no-priv@xxxxxxxxxxxxx']
+
 == Duplicates ==
 
 When a person responds to a bug email, the message can end up in the database


Follow ups