[Bug 1170388] [NEW] the tomoderators argument to "send" is ignored
Public bug reported: 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}) 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. ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- 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
I'm on a slightly older version of Mailman 3, which means that mail sent to list owner gets sent to entire list. It looks like *that* was already fixed, so I think in the current version, moderation notifications will probably actually get sent to list owner (should be sent to moderators). This is of course, still wrong. -- 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
** 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
This bug has been moved to the new gitlab repo here: https://gitlab.com/mailman/mailman/issues/68 -- 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
participants (2)
-
Abhilash Raj
-
Stephen A. Goss