Update of sr #105465 (project administration): Open/Closed: Open => Closed
_______________________________________________________ Follow-up Comment #2: OK, according to the code, it's used when you _reject_ the mail automatically - although there's a suggestion to use it when holding the message as well: ./Handlers/Moderate.py: # If the member's moderation flag is on, then perform the moderation # action. if mlist.getMemberOption(sender, mm_cfg.Moderate): # Note that for member_moderation_action, 0==Hold, 1=Reject, # 2==Discard if mlist.member_moderation_action == 0: # Hold. BAW: WIBNI we could add the member_moderation_notice # to the notice sent back to the sender? msgdata['sender'] = sender Hold.hold_for_approval(mlist, msg, msgdata, ModeratedMemberPost) elif mlist.member_moderation_action == 1: # Reject text = mlist.member_moderation_notice if text: text = Utils.wrap(text) else: # Use the default RejectMessage notice string text = None raise Errors.RejectMessage, text Maybe that's already the case in newer version of Mailman, else you prolly should bug report this. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/support/?func=detailitem&item_id=105465> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Savannah-help-public mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/savannah-hackers