From ceef146337858bc7c7da497551511670c29aba55 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Feb 2010 12:23:06 +0000 Subject: [PATCH] Rejection messages; other fixes --- .gitignore | 1 + stump/etc/messages/abuse.IN1 | 15 +++++++++++++++ stump/etc/messages/charter.IN1 | 16 ++++++++++++++++ stump/etc/messages/crosspost.IN1 | 16 ++++++++++++++++ stump/etc/messages/discard.IN1 | 1 + stump/etc/messages/inflammatory.IN1 | 19 +++++++++++++++++++ stump/etc/messages/meta.IN1 | 21 +++++++++++++++++++++ stump/etc/messages/mistake.IN1 | 26 ++++++++++++++++++++++++++ stump/etc/messages/repetition.IN1 | 16 ++++++++++++++++ stump/etc/messages/test.IN1 | 21 +++++++++++++++++++++ stump/etc/messages/thread.IN1 | 19 +++++++++++++++++++ stump/etc/modenv.INO | 3 +++ 12 files changed, 174 insertions(+) create mode 100644 stump/etc/messages/abuse.IN1 create mode 100644 stump/etc/messages/charter.IN1 create mode 100644 stump/etc/messages/crosspost.IN1 create mode 100644 stump/etc/messages/discard.IN1 create mode 100644 stump/etc/messages/inflammatory.IN1 create mode 100644 stump/etc/messages/meta.IN1 create mode 100644 stump/etc/messages/mistake.IN1 create mode 100644 stump/etc/messages/repetition.IN1 create mode 100644 stump/etc/messages/test.IN1 create mode 100644 stump/etc/messages/thread.IN1 diff --git a/.gitignore b/.gitignore index aea3361..f83203b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ /stump/etc/modack.approved.new /stump/etc/modack.received.new /stump/etc/moderators +/stump/etc/messages/*[^N]? /sballot/issues /inews /mailinglists_dir.part diff --git a/stump/etc/messages/abuse.IN1 b/stump/etc/messages/abuse.IN1 new file mode 100644 index 0000000..43ec7b6 --- /dev/null +++ b/stump/etc/messages/abuse.IN1 @@ -0,0 +1,15 @@ +Thank you for your submission to uk.rec.cycling.moderated. + +However, we regret to inform you that your message has been rejected +because it was rude, a flame, and/or personal abuse. + +Please refer to the group charter and moderation policy at + http://www.chiark.greenend.org.uk/urcm/ +and direct your queries to + urcm-moderators@chiark.greenend.org.uk + +If you have difficulty reaching the moderators (eg due to +spamfiltering) please tell postmaster@chiark.greenend.org.uk. + +Thank you, + - Moderator. diff --git a/stump/etc/messages/charter.IN1 b/stump/etc/messages/charter.IN1 new file mode 100644 index 0000000..798f518 --- /dev/null +++ b/stump/etc/messages/charter.IN1 @@ -0,0 +1,16 @@ +Thank you for your submission to uk.rec.cycling.moderated. + +However, we regret to inform you that your message has been rejected +because it was not in accordance with the charter - for example, +perhaps because it was off topic. + +Please refer to the group charter and moderation policy at + http://www.chiark.greenend.org.uk/urcm/ +and direct your queries to + urcm-moderators@chiark.greenend.org.uk + +If you have difficulty reaching the moderators (eg due to +spamfiltering) please tell postmaster@chiark.greenend.org.uk. + +Thank you, + - Moderator. diff --git a/stump/etc/messages/crosspost.IN1 b/stump/etc/messages/crosspost.IN1 new file mode 100644 index 0000000..36391bf --- /dev/null +++ b/stump/etc/messages/crosspost.IN1 @@ -0,0 +1,16 @@ +Thank you for your submission to uk.rec.cycling.moderated. + +However, we regret to inform you that your message has been rejected +because it was crossposted. The moderators do not currently permit +crossposting, but are keeping this policy under review. + +Please refer to the group charter and moderation policy at + http://www.chiark.greenend.org.uk/urcm/ +and direct your queries to + urcm-moderators@chiark.greenend.org.uk + +If you have difficulty reaching the moderators (eg due to +spamfiltering) please tell postmaster@chiark.greenend.org.uk. + +Thank you, + - Moderator. diff --git a/stump/etc/messages/discard.IN1 b/stump/etc/messages/discard.IN1 new file mode 100644 index 0000000..b6c1454 --- /dev/null +++ b/stump/etc/messages/discard.IN1 @@ -0,0 +1 @@ +YOU SHOULD NOT SEE THIS TEXT diff --git a/stump/etc/messages/inflammatory.IN1 b/stump/etc/messages/inflammatory.IN1 new file mode 100644 index 0000000..aa5512f --- /dev/null +++ b/stump/etc/messages/inflammatory.IN1 @@ -0,0 +1,19 @@ +Thank you for your submission to uk.rec.cycling.moderated. + +However, we regret to inform you that your message has been rejected +because we feel it was needlessly inflammatory. + +If you feel your posting had merit, please repost it to +uk.net.news.moderation instead. We will read it there and respond as +appropriate. + +Please refer to the group charter and moderation policy at + http://www.chiark.greenend.org.uk/urcm/ +and direct your queries to + urcm-moderators@chiark.greenend.org.uk + +If you have difficulty reaching the moderators (eg due to +spamfiltering) please tell postmaster@chiark.greenend.org.uk. + +Thank you, + - Moderator. diff --git a/stump/etc/messages/meta.IN1 b/stump/etc/messages/meta.IN1 new file mode 100644 index 0000000..a48a218 --- /dev/null +++ b/stump/etc/messages/meta.IN1 @@ -0,0 +1,21 @@ +Thank you for your submission to uk.rec.cycling.moderated. + +However, we regret to inform you that your message has been rejected +because it is a posting about moderation decisions, and we feel it is +overly specific, not constructive, or is part of a meta-discussion +which has got out of hand. + +If you feel your posting had merit, please repost it to +uk.net.news.moderation instead. We will read it there and respond as +appropriate. + +Please refer to the group charter and moderation policy at + http://www.chiark.greenend.org.uk/urcm/ +and direct your queries to + urcm-moderators@chiark.greenend.org.uk + +If you have difficulty reaching the moderators (eg due to +spamfiltering) please tell postmaster@chiark.greenend.org.uk. + +Thank you, + - Moderator. diff --git a/stump/etc/messages/mistake.IN1 b/stump/etc/messages/mistake.IN1 new file mode 100644 index 0000000..6856bad --- /dev/null +++ b/stump/etc/messages/mistake.IN1 @@ -0,0 +1,26 @@ +Thank you for your message. However, we have not approved it because +it appears to have been posted by mistake. + +Reasons for us thinking a posting was a mistake often include: + - It didn't contain any new text; + - It appears to have been truncated or mangled; + - It looks like it was sent before it was finished; + - It looks like it was meant to be sent by private email; + - Multiple identical postings; + - It looks like it was meant for a different newsgroup. + +If this decision was wrong please let us know, preferably before +resubmitting your message. If the decision was right then we thank +you for your submission and would encourage you to fix whatever the +problem is and resubmit it, as applicable. + +You can find the group charter and moderation policy at: + http://www.chiark.greenend.org.uk/urcm/ +Please direct your queries to: + urcm-moderators@chiark.greenend.org.uk + +If you have difficulty reaching the moderators (eg due to +spamfiltering) please tell postmaster@chiark.greenend.org.uk. + +Thank you, + - Moderator. diff --git a/stump/etc/messages/repetition.IN1 b/stump/etc/messages/repetition.IN1 new file mode 100644 index 0000000..d02d3cd --- /dev/null +++ b/stump/etc/messages/repetition.IN1 @@ -0,0 +1,16 @@ +Thank you for your submission to uk.rec.cycling.moderated. + +However, we regret to inform you that your message has been rejected +because it is a repetitious posting which we feel does not bring new +information to the discussion. + +Please refer to the group charter and moderation policy at + http://www.chiark.greenend.org.uk/urcm/ +and direct your queries to + urcm-moderators@chiark.greenend.org.uk + +If you have difficulty reaching the moderators (eg due to +spamfiltering) please tell postmaster@chiark.greenend.org.uk. + +Thank you, + - Moderator. diff --git a/stump/etc/messages/test.IN1 b/stump/etc/messages/test.IN1 new file mode 100644 index 0000000..4fd3e9e --- /dev/null +++ b/stump/etc/messages/test.IN1 @@ -0,0 +1,21 @@ +Thank you for your message. It successfully reached the moderators +and if it had been approved it would have been posted and should have +propagated properly. + +However, we do not like to approve test postings because they are +irritating to read and can drown out discussion in the newsgroup. +So your message has been rejected and will not be posted. + +This isn't anything personal and we'll be happy to approve a message +from you with appropriate cycling content. + +Please refer to the group charter and moderation policy at + http://www.chiark.greenend.org.uk/urcm/ +and direct your queries to + urcm-moderators@chiark.greenend.org.uk + +If you have difficulty reaching the moderators (eg due to +spamfiltering) please tell postmaster@chiark.greenend.org.uk. + +Thank you, + - Moderator. diff --git a/stump/etc/messages/thread.IN1 b/stump/etc/messages/thread.IN1 new file mode 100644 index 0000000..56c9ef5 --- /dev/null +++ b/stump/etc/messages/thread.IN1 @@ -0,0 +1,19 @@ +Thank you for your submission to uk.rec.cycling.moderated. + +However, we regret to inform you that your message has been rejected +because it was posted in a thread that had strayed off topic and was +banned by moderators. + +All messages posted to this thread, regardless of who posted them, are +autorejected, and this rejection does not single you out in any way. + +Please refer to the group charter and moderation policy at + http://www.chiark.greenend.org.uk/urcm/ +and direct your queries to + urcm-moderators@chiark.greenend.org.uk + +If you have difficulty reaching the moderators (eg due to +spamfiltering) please tell postmaster@chiark.greenend.org.uk. + +Thank you, + - Moderator. diff --git a/stump/etc/modenv.INO b/stump/etc/modenv.INO index 0375428..a9e4d1a 100755 --- a/stump/etc/modenv.INO +++ b/stump/etc/modenv.INO @@ -18,6 +18,9 @@ MNG_ROOT=%BASEDIR%/stump exec >>%BASEDIR%/errs 2>&1 +printf "============ %s" "$*" +date + export MNG_ROOT BASEDIR # Add bin and local/bin to PATH -- 2.30.2