]> Sergey Matveev's repositories - mlmmj-listtexts.git/blob - en/deny-post
Add expired as a reason for post and sub denial.
[mlmmj-listtexts.git] / en / deny-post
1 Subject: Post to $list$@$domain$ denied: $subject$
2 MIME-Version: 1.0
3 Content-Type: multipart/mixed;
4  boundary="=_$random0$$random1$_="
5 Content-Transfer-Encoding: 8bit
6
7 --=_$random0$$random1$_=
8 Content-Type: text/plain; charset=utf8
9 Content-Transfer-Encoding: 8bit
10
11 %text prologue%
12
13 %wrap%The message from $posteraddr$ with subject "$subject" was unable
14 to be delivered to the list
15 %ifreason maxmailsize%
16   because it exceeded the maximum allowed message size of $maxmailsize$
17   bytes.
18 %endif%
19 %ifreason tocc%
20   because the list address was not found in either the To: or CC: header.
21 %endif%
22 %ifreason access%
23   because of an access rule set up by the list administrator.
24 %endif%
25 %ifreason expired%
26   because too much time passed without any moderator releasing it.
27 %endif%
28 %ifreason reject%
29   because a moderator rejected it.
30 %endif%
31 %ifreason subonlypost%
32   because you are not a list subscriber.
33
34   %ifncontrol closedlist%%ifncontrol closedlistsub%
35 %wrap%
36     However, this is an open list. If you wish, you can simultaneously
37     subscribe and release your post by sending a message to
38     $listsubreleaseaddr$ which can usually be done simply by replying to
39     this message. The subject and the body of the message can be anything.
40
41     %ifncontrol nodigestsub%
42 %wrap%
43       Or you can simultaneously subscribe to the digest version of the list
44       and release your post by sending a message to $nomailsubreleaseaddr$
45       and you will receive multiple posts in a single message, at regular
46       intervals, or when a lot of posts have accumulated.
47     %endif%
48
49     %ifncontrol nonomailsub%
50 %wrap%
51       Or you can simultaneously subscribe to the no-mail version of the list
52       and release your post by sending a message to $nomailsubreleaseaddr$
53       and you will not receive posts sent to the list. This means you
54       potentially will not see replies to your message, unless you follow
55       the list using a web archive or have another email address subscribed
56       to another version of the list.
57     %endif%
58   %endif%%endif%
59
60   %ifcontrol closedlist closedlistsub%
61 %wrap%
62     If you wish to become a subscriber, you will need to contact a list
63     administrator. You can email $list+$owner@$domain$ to contact the list
64     owner.
65   %endif%
66
67 %wrap%
68   If you believe you are a subscriber, you are probably subscribed with a
69   different email address. To find out which address you are subscribed
70   with, refer to the message welcoming you to the list, or look at the
71   envelope "Return-Path" header of a message you receive from the list.
72 %endif%
73
74 %ifreason maxmailsize%
75 (The beginning of the denied message is below.)
76 %else%
77 (The denied message is below.)
78 %endif%
79
80 --=_$random0$$random1$_=
81 Content-Type: message/rfc822
82 Content-Transfer-Encoding: 8bit
83 Content-Disposition: inline; filename="message.eml"
84
85 %ifreason maxmailsize%
86 $originalmail100$
87 %else%
88 $originalmail1000000000$
89 %endif%
90 --=_$random0$$random1$_=--