1
0
şunun yansıması https://github.com/mail-in-a-box/mailinabox.git eşitlendi 2026-04-05 22:07:23 +02:00

Allow sieve rules to be executed on spam messages

Bu işleme şunda yer alıyor:
Jeroen Jacobs
2016-02-12 16:24:03 +01:00
ebeveyn 178527dab1
işleme f8e848aeb3

Dosyayı Görüntüle

@@ -2,6 +2,5 @@ require ["regex", "fileinto", "imap4flags"];
if allof (header :regex "X-Spam-Status" "^Yes") {
fileinto "Spam";
stop;
}