1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Change the spam header name

This commit is contained in:
Pierre Jaury
2016-05-29 15:55:09 +02:00
parent dbbad49f66
commit 988f16f3a4

View File

@@ -1,5 +1,5 @@
require ["fileinto", "envelope", "mailbox"];
if header :contains "X-Spam-Flag" "YES" {
if header :contains "X-Spam" "YES" {
fileinto :create "Junk";
}