This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch mod-gui in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit dc1ad3e00f8b26ca958a402d180ce27afee72f16 Author: Sebb <[email protected]> AuthorDate: Thu Jan 10 08:49:36 2019 +0000 Possible template for subscription mod --- www/moderation/desk/templates/subscriber-not-in-ldap.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/www/moderation/desk/templates/subscriber-not-in-ldap.erb b/www/moderation/desk/templates/subscriber-not-in-ldap.erb new file mode 100644 index 0000000..54310d6 --- /dev/null +++ b/www/moderation/desk/templates/subscriber-not-in-ldap.erb @@ -0,0 +1,11 @@ +Sorry, but we cannot allow your request to subscribe to the list (<%= @mailing_list %>) +The list is private, and we cannot establish who owns the email (<%= @mail_subs %>), so +we have no idea whether you should have access. + +If you are an Apache Software Foundation (ASF) committer, please login to +https://id.apache.org/ and add the email address as an 'Alias address' + +If you are not an ASF committer, please contact Infrastructure. +Thanks! + +<%= @sig %> \ No newline at end of file
