Sieve tag handling changes
This commit is contained in:
@@ -7,6 +7,6 @@ require "envelope";
|
||||
if header :contains "X-Spam-Flag" "YES" {
|
||||
fileinto "Junk";
|
||||
}
|
||||
if envelope :detail :matches "to" "*" {
|
||||
if allof (envelope :detail :matches "to" "*", header :contains "X-Moo-Tag" "YES") {
|
||||
fileinto :create "INBOX/${1}";
|
||||
}
|
||||
|
Reference in New Issue
Block a user