the tomoderators argument to "send" is ignored

Bug #1170388 reported by Stephen A. Goss
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Mailman
New
Undecided
Unassigned

Bug Description

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 the list owner, not the moderators.

Tags: mailman3
Revision history for this message
Stephen A. Goss (postfuturist) wrote :

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.

description: updated
Revision history for this message
Abhilash Raj (raj-abhilash1) wrote :

This bug has been moved to the new gitlab repo here: https://gitlab.com/mailman/mailman/issues/68

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.