** Description changed:

- searching all the code (mailman-3.0.0b3) (with ack) for "tomoderators" 
returns this:
-  
-  $ ack -ai tomoderators
-  src/mailman/bin/checkdbs.py
-  202:                msg.send(mlist, **{'tomoderators': True})
+ searching all the code (mailman-3.0.0b3) (with ack) for "tomoderators"
+ returns this:
  
-  src/mailman/chains/hold.py
-  241:                nmsg.send(mlist, **dict(tomoderators=True))
+  $ ack -ai tomoderators
+  src/mailman/bin/checkdbs.py
+  202:                msg.send(mlist, **{'tomoderators': True})
  
-  src/mailman/app/moderator.py 
-  228:        msg.send(mlist, tomoderators=True)
-  299:        msg.send(mlist, tomoderators=True)
+  src/mailman/chains/hold.py
+  241:                nmsg.send(mlist, **dict(tomoderators=True))
+ 
+  src/mailman/app/moderator.py
+  228:        msg.send(mlist, tomoderators=True)
+  299:        msg.send(mlist, tomoderators=True)
  
  I can't see where this option is actually used. In practice, the
- moderation notification sent from hold.py in line 241 just goes to
- everyone in the mailing list, not the moderators.
+ moderation notification sent from hold.py in line 241 just goes to the
+ list owner, not the moderators.

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1170388

Title:
  the tomoderators argument to "send" is ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1170388/+subscriptions
_______________________________________________
Mailman-coders mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to