sieve-filter: add some trace filters
gitea/misc-cazino/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2023-11-27 11:13:15 +01:00
parent eb46c41eb3
commit 874e79d441
1 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,16 @@ if allof (address :contains "to" "admin", address :contains "to" "entrouvert.com
fileinto :flags "\\Seen" "traces";
}
elsif allof (address :contains "to" "admin", address :contains "to" "entrouvert.org")
{
fileinto :flags "\\Seen" "traces";
}
elsif address :is "to" "root@entrouvert.org"
{
fileinto :flags "\\Seen" "traces";
}
elsif address :is "to" "postmaster@entrouvert.org"
{
fileinto :flags "\\Seen" "postmaster";