Ticket #367: digest.tpl

File digest.tpl, 2.4 kB (added by dmorton, 4 years ago)
Line 
1To: [% recipient %]
2From: Maia Admin <[% admin_email %]>
3Reply-To: Maia Admin<[% admin_email %]>
4Subject: Sistema antispam/antivirus Maia : estratto dalla quarantena
5MIME-Version: 1.0
6Content-Type: text/html; charset=ISO-8859-1
7Content-Transfer-Encoding: 7bit
8
9<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
10<html><body>
11<div align="center">
12<a href="[% baseurl %]/confirm.php?id=[% maia_user_id %]&ts=[% date %]&token=[% confirm_token %]&manage=true">[Log in]</a> per gestire il tuo account Maia</a>
13</div>
14<div>
15Il sistema antispam/antivirus Maia Mailguard ha classificato i messaggi come segue. Nel caso sia stato stato fatto quale errore, puoi segnalare messaggi di spam non correttamente identificati e rilasciare messaggi posti erroneamente in quantena cliccando sul link corrispondente.</div>
16[% FOREACH r IN list %]
17[% FOREACH l IN r %]
18[% FOREACH l.value %]
19[% IF loop.first %]
20<div align="center">
21<table border="0" cellspacing="2" cellpadding="2" width="100%">
22<tr>
23<td bgcolor="#cccccc" align="center" colspan="5"><font size="5"><b>[% titles.${l.key} %]</b></font></td>
24</tr>
25<tr>
26<th bgcolor="#cccccc">Azione</th>
27<th bgcolor="#cccccc">Ricevuto</th>
28<th bgcolor="#cccccc">Mittente</th>
29<th bgcolor="#cccccc">Oggetto</th>
30[% IF l.key == 'spam' || l.key == 'ham' %]
31<th bgcolor="#cccccc">Punteggio</th>
32[% END %]
33</tr>
34[% END %]
35<tr>
36<td bgcolor="#ffffff" align="center">
37<a href="[% baseurl %]/rescue.php?id=[% maia_user_id %]&token=[% token %]&type=[% l.key %]">[% IF l.key == 'ham' %]Segnala[% ELSE %]Rilascia[% END %]</a><br>
38<a href="[% baseurl %]/rescue.php?id=[% maia_user_id %]&token=[% token %]&type=[% l.key %]&wblist=true">[% IF l.key == 'ham' %]Blacklist[% ELSE %]Whitelist[% END %]</a>
39</td>
40<td bgcolor="#ffffff">[% received_date %]</td>
41<td bgcolor="#ffffff">[% sender %]</td>
42<td bgcolor="#ffffff"><a href="[% baseurl %]/viewer.php?id=[% maia_user_id %]&token=[% token %]&type=[% l.key %]">[% subject %]</a></td>
43[% IF l.key == 'spam' || l.key == 'ham' %]
44<td bgcolor="#ffffff">[% score %]</td>
45[% END %]
46</tr>
47[% IF loop.last %]
48</table></div><p>&nbsp;</p>
49[% END %]
50[% END %]
51[% END %]
52[% IF loop.last %]
53<div align="center">
54<table border="0" cellspacing="2" cellpadding="2" width="100%">
55<tr>
56<td bgcolor="#cccccc" align="center">
57<a href="[% baseurl %]/confirm.php?id=[% maia_user_id %]&ts=[% date %]&token=[% confirm_token %]">[Conferma tutti gli elementi rimanenti]</a>
58</td>
59</tr>
60</table></div>
61[% END %]
62[% END %]
63</body></html>
64