1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-31 21:17:23 +02:00
Files
mailinabox/conf/sieve-spam.txt
2014-10-28 15:15:21 +00:00

8 lines
126 B
Plaintext

require ["regex", "fileinto", "imap4flags"];
if allof (header :regex "X-Spam-Status" "^Yes") {
fileinto "Spam";
stop;
}