From 5f4e658ce4d74eb77d778b86c201993621786e62 Mon Sep 17 00:00:00 2001 From: Ben Schmidt Date: Mon, 21 Mar 2011 02:08:34 +1100 Subject: [PATCH 1/1] Add expired as a reason for post and sub denial. --- en/deny | 3 +++ en/deny-post | 3 +++ 2 files changed, 6 insertions(+) diff --git a/en/deny b/en/deny index 0579dbd..2e1dd9a 100644 --- a/en/deny +++ b/en/deny @@ -21,6 +21,9 @@ %ifreason subbed% because you are already subscribed. %endif% + %ifreason expired% + because too much time passed without a gatekeeper permitting your entry. + %endif% %ifreason obstruct% because a gatekeeper obstructed your entry. %endif% diff --git a/en/deny-post b/en/deny-post index 7603b53..f8d5ad7 100644 --- a/en/deny-post +++ b/en/deny-post @@ -22,6 +22,9 @@ to be delivered to the list %ifreason access% because of an access rule set up by the list administrator. %endif% +%ifreason expired% + because too much time passed without any moderator releasing it. +%endif% %ifreason reject% because a moderator rejected it. %endif% -- 2.44.0