This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new c4ed421 Extra hints
c4ed421 is described below
commit c4ed421677a34fad759d66f2402aa63e682f2dd1
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 5 10:51:55 2018 +0000
Extra hints
---
tools/moderationhelper.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/moderationhelper.rb b/tools/moderationhelper.rb
index 2591428..742a007 100755
--- a/tools/moderationhelper.rb
+++ b/tools/moderationhelper.rb
@@ -49,7 +49,7 @@ _html do
_p do
_ul do
_li 'subscribers can post and will receive mail'
- _li 'allow-subscribers can post; they do not get copies of mails
(this is used for e.g. press@)'
+ _li 'allow-subscribers can post; they do not get copies of mails
(this is used for e.g. press@. Also useful for bots.)'
_li 'deny-subscribers cannot post; their posts will be rejected
without needing moderation'
_li 'sendsubscribertomod-subscribers will have all posts moderated
(for posters who are borderline problems) - ask INFRA to enable the setting for
the list'
end
@@ -125,7 +125,7 @@ _html do
_td do
_label do
_input type: "radio", name: "cmd", value: "allow-subscribe",
required: true, checked: (@cmd == "allow-subscribe")
- _ 'allow-subscribe (allow posting without getting messages)'
+ _ 'allow-subscribe (allow posting without getting messages -
e.g. for bots)'
end
end
end