1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Disable encapsulation of spam and marking of it as seen

This commit is contained in:
David Piggott
2014-10-19 16:32:31 +01:00
parent 20c5471a89
commit be9d97902f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
require ["regex", "fileinto", "imap4flags"];
if allof (header :regex "X-Spam-Status" "^Yes") {
setflag "\\Seen";
fileinto "Spam";
stop;
}