sieve-filter: add root@localhost in traces
gitea/misc-cazino/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2023-11-30 09:29:36 +01:00
parent a626e3c4d2
commit 0f4870fb0f
1 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,12 @@ elsif allof (address :contains "to" "admin", address :contains "to" "entrouvert.
fileinto :flags "\\Seen" "traces";
}
elsif address :is "to" ["root@entrouvert.org", "docbow@entrouvert.org", "welco@entrouvert.org"]
elsif address :is "to" [
"docbow@entrouvert.org",
"root@entrouvert.org",
"root@localhost",
"welco@entrouvert.org"
]
{
fileinto :flags "\\Seen" "traces";
}