From: Julien Moutinho Date: Sun, 1 Dec 2013 01:05:41 +0000 (+0100) Subject: Ajout : list.sieve : . X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=cf81c8bf06af7c2f07057c4cd77d08aae8e3573c Ajout : list.sieve : . --- diff --git a/etc/dovecot/sieve/global.d/list.sieve b/etc/dovecot/sieve/global.d/list.sieve index cdc19f9..029ca20 100644 --- a/etc/dovecot/sieve/global.d/list.sieve +++ b/etc/dovecot/sieve/global.d/list.sieve @@ -13,6 +13,10 @@ if exists "List-ID" { set "list" "${2}"; set "domain" "LHC"; } + elsif header :matches "List-ID" "**" { + set "list" "${2}+info"; + set "domain" "cyclocoop"; + } elsif header :matches "List-ID" "*<*.*.cyclocoop.org>*" { set "list" "${2}+${3}"; set "domain" "cyclocoop";