sieve-filter: modify gestion

This commit is contained in:
Emmanuel Cazenave 2024-01-22 12:12:32 +01:00
parent 9559a5fd2e
commit 564f5977bd
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ elsif address :is ["from", "to", "cc"] "cooperateurs@listes.entrouvert.com"
fileinto "coopérateurs";
}
elsif anyof (header :is "X-Redmine-Project" "gestion", address :is ["to", "cc"] "gestion@listes.entrouvert.com")
elsif anyof (header :is "X-Redmine-Project" "gestion", header :is "List-Id" "<gestion@listes.entrouvert.com>", address :is ["to", "cc"] "gestion@listes.entrouvert.com")
{
fileinto "gestion";
}