You've already forked Mailu
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:
@@ -1,5 +1,5 @@
|
||||
require ["fileinto", "envelope", "mailbox"];
|
||||
|
||||
if header :contains "X-Spam-Flag" "YES" {
|
||||
if header :contains "X-Spam" "YES" {
|
||||
fileinto :create "Junk";
|
||||
}
|
||||
|
Reference in New Issue
Block a user