Ajout : list.sieve : <info.*.cyclocoop.org>.
[lhc/ateliers.git] / etc / dovecot / sieve / global.d / list.sieve
index cdc19f9..029ca20 100644 (file)
@@ -13,6 +13,10 @@ if exists "List-ID" {
                set "list"   "${2}";
                set "domain" "LHC";
         }
+       elsif header :matches "List-ID" "*<info.*.cyclocoop.org>*" {
+               set "list"   "${2}+info";
+               set "domain" "cyclocoop";
+        }
        elsif header :matches "List-ID" "*<*.*.cyclocoop.org>*" {
                set "list"   "${2}+${3}";
                set "domain" "cyclocoop";