Ajout : list.sieve : <info.*.cyclocoop.org>.
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Sun, 1 Dec 2013 01:05:41 +0000 (02:05 +0100)
committerroot <root@ateliers.heureux-cyclage.org>
Sun, 1 Dec 2013 01:05:41 +0000 (02:05 +0100)
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";