Allow sieve rules to be executed on spam messages

This commit is contained in:
Jeroen Jacobs 2016-02-12 16:24:03 +01:00
parent 178527dab1
commit f8e848aeb3
1 changed files with 0 additions and 1 deletions

View File

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