sieve-filter: modify gestion
gitea/misc-cazino/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2024-01-23 10:59:13 +01:00
parent 564f5977bd
commit 4d0c426568
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", header :is "List-Id" "<gestion@listes.entrouvert.com>", 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", header :is "reply-to" "gestion@listes.entrouvert.com")
{
fileinto "gestion";
}