]> git.proxmox.com Git - pmg-api.git/blob - templates/spamreport-short.tt
bump version to 5.1-4
[pmg-api.git] / templates / spamreport-short.tt
1 [%- IF timespan == 'week' -%]
2 [%- SET title = "Weekly Spam Report for '${pmail}' - ${date}'" -%]
3 [%- ELSE %]
4 [%- SET title = "Daily Spam Report for '${pmail}' - ${date}" -%]
5 [%- END -%]
6 <html>
7 <head>
8 <title>[% title %]</title>
9 </head>
10 <body>
11
12 <p>You received [% mailcount %] spam mail(s). Please use the
13 <a href='[% managehref | url %]'>web interface</a>
14 to manage your spam quarantine.
15 </p>
16
17 <p>Powered by <a target=_blank href='http://www.proxmox.com'>Proxmox</a>.</p>
18
19 </body>
20 </html>