1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/dovecot/sieve/after.sieve

6 lines
117 B
Sieve
Raw Normal View History

2016-02-21 16:07:12 +02:00
require ["fileinto", "envelope", "mailbox"];
if header :contains "X-Spam-Flag" "YES" {
fileinto :create "Junk";
}