moderation approval should send email notification

Bug #266760 reported by Kiwimonster
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Mailman
New
Medium
Unassigned

Bug Description

When a non-member attempts to post to a moderated list,
they receive an email informing them that their message
is pending moderation. However, when the moderator has
approved the message, they receive no follow-up to let
them know this has happened. Since the non-member is
not on the list, they have no way of knowing whether
their post was successful.

It would be nice to have a checkbox that allowed the
moderator to notify the poster when their message has
been approved. Or, to have notification sent by default.

[http://sourceforge.net/tracker/index.php?func=detail&aid=1041100&group_id=103&atid=350103]

Revision history for this message
Tokio Kikuchi (tkikuchi) wrote :

This is more a feature request than a bug.

Revision history for this message
Kiwimonster (kiwimonster) wrote :

Okay, so it's a feature request. Is there any chance that
this functionality will be added to Mailman?

Revision history for this message
Raphaël Barrois (raphael-barrois-launchpad) wrote :

I think this functionnality would be quite useful for mailing lists used with "non-tech" users, who don't understand why they aren't notified of their message being approved...

Revision history for this message
Raphaël Barrois (raphael-barrois-launchpad) wrote :

--- Acknowledge.py.orig 2010-01-07 15:50:01.000000000 +0100
+++ Acknowledge.py 2010-01-07 15:50:43.000000000 +0100
@@ -38,7 +38,8 @@
         if not ack:
             return
     except Errors.NotAMemberError:
- return
+ if not mlist.notify_nonmembers_post_approved:
+ return
     # Okay, they want acknowledgement of their post. Give them their original
     # subject. BAW: do we want to use the decoded header?
     origsubj = msgdata.get('origsubj', msg.get('subject', _('(no subject)')))

Revision history for this message
Stephan (stephan-edel) wrote :

This is quite an issue for us since we had to configure 'emergency' = 'yes' due to spam with targeted spoofing of list member addresses.

Now, member posts are held without the poster being notified; they get confused about what happened; they will re-post several times; until the next day a moderator gets the digest of their piled-up posts.

Revision history for this message
Stephan (stephan-edel) wrote :

I'm sorry, please disregard my comment #5. Our issue is somewhat different, see https://bugs.launchpad.net/mailman/+bug/1648933

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.