mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-09-17 01:07:59 +02:00
Allow sieve rules to be executed on spam messages
This commit is contained in:
@@ -2,6 +2,5 @@ require ["regex", "fileinto", "imap4flags"];
|
|||||||
|
|
||||||
if allof (header :regex "X-Spam-Status" "^Yes") {
|
if allof (header :regex "X-Spam-Status" "^Yes") {
|
||||||
fileinto "Spam";
|
fileinto "Spam";
|
||||||
stop;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user