]> Sergey Matveev's repositories - mlmmj-listtexts.git/commitdiff
Add expired as a reason for post and sub denial.
authorBen Schmidt <none@none>
Sun, 20 Mar 2011 15:08:34 +0000 (02:08 +1100)
committerBen Schmidt <none@none>
Sun, 20 Mar 2011 15:08:34 +0000 (02:08 +1100)
en/deny
en/deny-post

diff --git a/en/deny b/en/deny
index 0579dbd9725bded2d68a9633ffb53c9eb8d95e14..2e1dd9aa7eb8b6c8dea3acfad161c5d74b635804 100644 (file)
--- 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%
index 7603b53459acb115bd7ae272f7c99ab491abfde0..f8d5ad7622f174f6f50a7a3c86ee6c6f569a9c88 100644 (file)
@@ -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%