Changes

Jump to navigation Jump to search
254 bytes added ,  06:48, 29 March 2017
Line 213: Line 213:  
  signal-event email-update
 
  signal-event email-update
   −
====Whitelist and Blacklist====
+
====Liste blanche et liste noire====
If mail comes in and it is misclassified as spam by Spamasassin, you can add the sender to the Spamassassin whitelist so that future messages coming in from that sender are not filtered.
+
Si le courrier arrive et qu'il est mal classé comme pourriel par Spamasassin, vous pouvez ajouter l'expéditeur à la liste blanche de Spamassassin afin que les futurs messages provenant de cet expéditeur ne soient pas filtrés. Inversement, vous pouvez ajouter un spammeur à la liste noire de Spamassassin afin que vous ne revoyiez plus ses pourriels. Ajoutez des expéditeurs (ou leurs domaines entiers) à la liste blanche globale (ou à liste noire) avec des commandes similaires à celles-ci (en tant que root) :
Conversely, you can add a spammer to the Spamassassin blacklist so you never see their spam again.
  −
Add senders (or their entire domains) to the global whitelist (or blacklist) with commands similar to these (as root):
      
  db spamassassin setprop wbl.global *@vonage.com White
 
  db spamassassin setprop wbl.global *@vonage.com White
Line 222: Line 220:  
  db spamassassin setprop wbl.global user@domain3.com White
 
  db spamassassin setprop wbl.global user@domain3.com White
 
  db spamassassin setprop wbl.global spammer@spamdomain.com Black
 
  db spamassassin setprop wbl.global spammer@spamdomain.com Black
 
+
Vous pouvez bloquer un TLD (domaine de premier niveau - comme .org) entier mais, s.v.p., soyez conscient que vous pourriez être en train de refuser un courriel légitime à l'avenir.
you can block an entire TLD but please be aware that you might be denying a legitimate email in the future.
   
  db spamassassin setprop wbl.global *@*.xyz Black
 
  db spamassassin setprop wbl.global *@*.xyz Black
 
  db spamassassin setprop wbl.global *@*.link Black
 
  db spamassassin setprop wbl.global *@*.link Black
 
+
Développez le modèle et enregistrez la configuration dans la base de données :
expland template and save the configuration to the database
   
  signal-event email-update
 
  signal-event email-update
 
+
Vous pouvez afficher les listes avec cette commande :
You can view the lists with this command:
   
  db spamassassin show
 
  db spamassassin show
 
+
Ces listes peuvent également être contrôlées par le gestionnaire du serveur avec la contribution wbl http://wiki.contribs.org/Email_Whitelist-Blacklist_Control
These lists can be also controlled by the server-manager with the wbl contrib http://wiki.contribs.org/Email_Whitelist-Blacklist_Control
      
====Testing====
 
====Testing====
3,054

edits

Navigation menu