AjoutĀ : etc/sympa/host.d/sympa.vieuxbiclou.org/robot.conf.m4
[lhc/ateliers.git] / etc / dovecot / sieve / global.d / spam.sieve
1 require
2 [ "imap4flags"
3 ];
4
5 if header :contains "X-Spam-Level" "***" {
6 addflag "Junk";
7 }