1[%# moderate.tt2 ~%]
2From: [% fromlist %]
3To: [%"Moderator"|loc|mailbox("${list.name}-editor@${domain}",list.name)%]
4Subject: [%"Message for list %1 from %2 to be approved"|loc(list.name,msg_from)|qencode%]
5Reply-To: [% conf.email %]@[% domain %]
6[% IF spam_status != 'spam' -%]
7Content-Type: multipart/mixed; boundary="[% boundary %]"
8
9--[% boundary %]
10Content-Disposition: inline
11[% END -%]
12
13[%|loc(list.name,msg_from)%]One new message for list %1 from %2 arrived. [%END%]
14[%- IF spam_status == 'spam' -%][%|loc%]This message has been tagged as spam.[%END%][% END %]
15
16[% IF method == 'md5' -%]
17[%|loc(mod_spool_size)%]%1 messages are awaiting moderation.[%END%]
18[%|loc%]To view the messages, please click on the following URL:[%END%] <[% 'modindex' | url_abs([list.name]) %]>
19
20[% IF request_topic -%][%|loc()%]This mailing list is configured to require topics; that's probably why this message went through the moderation process.[%END%]
21
22[%END -%]
23[% IF spam_status == 'spam' -%]
24[%|loc%]Because the new message is suspected to be a spam it is not attached to this one. You must use the web interface to reject or validate it.[%END%]
25
26[% ELSE -%]
27[% IF method == 'md5' && ! request_topic -%]
28[%|loc(list.name)%]To distribute the attached message in list %1:[%END%]
29<[% | mailtourl({subject => "DISTRIBUTE ${list.name} ${modkey}"}) ~%]
30  [% conf.email %]@[% domain %]
31[%~ END %]>
32[%|loc(conf.email,domain)%]Or send a message to %1@%2 with the following subject:[%END%]
33DISTRIBUTE [% list.name %] [% modkey %]
34
35[%|loc%]To reject it (it will be removed):[%END%]
36<[% | mailtourl({subject => "REJECT ${list.name} ${modkey}"}) ~%]
37  [% conf.email %]@[% domain %]
38[%~ END %]>
39[%|loc(conf.email,domain)%]Or send a message to %1@%2 with the following subject:[%END%]
40REJECT [% list.name %] [% modkey %]
41[%END%]
42[%|loc%]The messages moderating documentation:[%END%] <[% 'help' | url_abs(['admin-moderate.html']) %]>
43[%- END%]
44[%- END%]
45[% IF spam_status != 'spam' -%]
46--[% boundary %]
47Content-Type: message/rfc822
48Content-Transfer-Encoding: 8bit
49Content-Disposition: inline
50X-Sympa-Attach: yes
51
52[%# Message is attached here. #%]
53
54--[% boundary %]--
55[%- END %]
56