From: Ben Schmidt Date: Sun, 20 Mar 2011 15:08:34 +0000 (+1100) Subject: Add expired as a reason for post and sub denial. X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5f4e658ce4d74eb77d778b86c201993621786e62;p=mlmmj-listtexts.git Add expired as a reason for post and sub denial. --- 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%