sieve-filter: add ovh mailing list

This commit is contained in:
Emmanuel Cazenave 2024-01-16 13:58:32 +01:00
parent 7b6b8e4ff2
commit 297894e411
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ elsif address :is ["from", "to", "cc"] "juridique@listes.entrouvert.com"
fileinto "juridique";
}
elsif address :is ["from", "to", "cc"] "ovh@entrouvert.com"
{
fileinto "ovh";
}
elsif address :is "to" "prometheus@entrouvert.org"
{
fileinto :flags "\\Seen" "prometheus";