mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-29 21:46:57 +02:00
Change the spam header name
This commit is contained in:
parent
dbbad49f66
commit
988f16f3a4
@ -1,5 +1,5 @@
|
||||
require ["fileinto", "envelope", "mailbox"];
|
||||
|
||||
if header :contains "X-Spam-Flag" "YES" {
|
||||
if header :contains "X-Spam" "YES" {
|
||||
fileinto :create "Junk";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user