From cf81c8bf06af7c2f07057c4cd77d08aae8e3573c Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sun, 1 Dec 2013 02:05:41 +0100 Subject: [PATCH 1/1] Ajout : list.sieve : . --- etc/dovecot/sieve/global.d/list.sieve | 4 ++++ 1 file changed, 4 insertions(+) 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"; -- 2.20.1