--- 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)')))
--
moderation approval should send email notification
https://bugs.launchpad.net/bugs/266760
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
_______________________________________________
Mailman-coders mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-coders