The unified diff between revisions [5168dde1..] and [7a87a266..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "Mailman/Cgi/confirm.py"
# from [8636c1736ca32bfd41560ef3e150009e0cf69e6b]
# to [fc0f99388ccce7768a9eab1ce810f152f5d5cef3]
#
# patch "templates/en/postheld.txt"
# from [36f9b508b639732b37ea0e9025413e8ddaaac44b]
# to [d40083ed8b03121c22bd807ee1d792fd9ff67485]
#
============================================================
--- Mailman/Cgi/confirm.py 8636c1736ca32bfd41560ef3e150009e0cf69e6b
+++ Mailman/Cgi/confirm.py fc0f99388ccce7768a9eab1ce810f152f5d5cef3
@@ -152,7 +152,7 @@ def main():
elif cgidata.getvalue('submit'):
heldmsg_confirm(mlist, doc, cookie)
elif cgidata.getvalue('approve'):
- heldmsg_approve(mlist, doc, cookie)
+ heldmsg_approve(mlist, doc, cookie, cgidata)
else:
heldmsg_prompt(mlist, doc, cookie, *content[1:])
elif content[0] == Pending.RE_ENABLE:
============================================================
--- templates/en/postheld.txt 36f9b508b639732b37ea0e9025413e8ddaaac44b
+++ templates/en/postheld.txt d40083ed8b03121c22bd807ee1d792fd9ff67485
@@ -14,5 +14,7 @@
%(confirmurl)s
+And just because this is a UCC hosted list:
+
If you have posted to a members-only list and the list allows self-approval,
+you can also use the above url to approve your own posting.
-you can also use this url to approve your own posting.