Automation of the management of associations' mailing lists (Closes #817), Updates...
[platal.git] / templates / emails / submit_spam.tpl
index dd44780..c14730f 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -22,9 +22,8 @@
 
 <h1>Soumettre un spam</h1>
 
-<p>Ce formulaire permet de soumettre à l'antispam les mails mal filtrés.</p>
-
 <form method="post" action="{$platal->pl_self()}" enctype="multipart/form-data">
+  {xsrf_token_field}
   <table class="tinybicol">
     <tr>
       <td>
@@ -33,7 +32,7 @@
           <option value="spam" {if $smarty.request.type neq 'spam'}selected="selected"{/if}>spam</option>
           <option value="nonspam" {if $smarty.request.type eq 'nonspam'}selected="selected"{/if}>non-spam</option>
         </select>
-        mal filtré.
+        mal filtré.
       </td>
     </tr>
     <tr>
   </p>
 </form>
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+<p>
+  Pour soumettre un (non-)spam mal détecté par notre <a href="emails/antispam">antispam</a>, il suffit d'enregistrer
+  les sources (regarde dans la documentation de ton client mail dans la liste ci-dessous) du mail en tant que fichier
+  depuis ton client mail, puis de soumettre ce fichier à l'interface ci-dessus en sélectionnant l'action adaptée&nbsp;:
+</p>
+<ul>
+  <li><strong>spam</strong>&nbsp;: pour soumettre un spam mal reconnu&nbsp;;</li>
+  <li><strong>nonspam</strong>&nbsp;: pour soumettre un mail légitime mal reconnu.</li>
+</ul>
+
+{include wiki=Xorg.Mails part=clients}
+
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}