1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00
This commit is contained in:
Jeroen Jacobs 2017-03-09 12:39:16 +00:00 committed by GitHub
commit d85c3f988a

View File

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