The unified diff between revisions [7a87a266..] and [c1f4815d..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "Mailman/Cgi/confirm.py"
# from [fc0f99388ccce7768a9eab1ce810f152f5d5cef3]
# to [9794d0cbee5db02eac6db56cdebd746770cb6292]
#
============================================================
--- Mailman/Cgi/confirm.py fc0f99388ccce7768a9eab1ce810f152f5d5cef3
+++ Mailman/Cgi/confirm.py 9794d0cbee5db02eac6db56cdebd746770cb6292
@@ -681,6 +681,11 @@ def heldmsg_approve(mlist, doc, cookie,
You have successfully approved the posting of your message with
the Subject: header <em>%(subject)s</em> to the mailing list
%(listname)s.'''))
+ listinfourl = mlist.GetScriptURL('listinfo', absolute=1)
+ doc.AddItem(_('''\
+ To avoid having future messages held up, you can subscribe as
+ a post-only list member (you won't receive mail) at
+ %(listinfourl).'''))
mlist.Save()
finally:
mlist.Unlock()