From d5600f7d35ae273b136e3c564a3ae87c56d9c125 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 7 Sep 2017 14:01:31 +0200 Subject: [PATCH] =?UTF-8?q?Ignore=20moves=20from=20junkmail=20to=20=C3=89l?= =?UTF-8?q?=C3=A9ments=20supprim=C3=A9s=20Which=20is=20the=20trash=20for?= =?UTF-8?q?=20outlooks=20in=20french?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/usr/libexec/dovecot/sieve/report-ham.sieve | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/usr/libexec/dovecot/sieve/report-ham.sieve b/root/usr/libexec/dovecot/sieve/report-ham.sieve index d6a1b2e..7abb109 100644 --- a/root/usr/libexec/dovecot/sieve/report-ham.sieve +++ b/root/usr/libexec/dovecot/sieve/report-ham.sieve @@ -4,7 +4,8 @@ if environment :matches "imap.mailbox" "*" { } if anyof (string "${mailbox}" "Trash", string "${mailbox}" "junkmail", - string "${mailbox}" "Junk") { + string "${mailbox}" "Junk", + string "${mailbox}" "Éléments supprimés") { stop; } pipe :copy "learn-ham.sh";