Ignore moves from junkmail to Éléments supprimés

Which is the trash for outlooks in french
tags/smeserver-dovecot-extras-0.1.4-1 0.1.3_1_el6
Daniel Berteaud 7 years ago
parent ed65450e4b
commit d5600f7d35
  1. 3
      root/usr/libexec/dovecot/sieve/report-ham.sieve

@ -4,7 +4,8 @@ if environment :matches "imap.mailbox" "*" {
} }
if anyof (string "${mailbox}" "Trash", if anyof (string "${mailbox}" "Trash",
string "${mailbox}" "junkmail", string "${mailbox}" "junkmail",
string "${mailbox}" "Junk") { string "${mailbox}" "Junk",
string "${mailbox}" "Éléments supprimés") {
stop; stop;
} }
pipe :copy "learn-ham.sh"; pipe :copy "learn-ham.sh";

Loading…
Cancel
Save