X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=blobdiff_plain;f=etc%2Fdovecot%2Fsieve%2Fglobal.d%2Flist.sieve;h=029ca20eb039d2c183eecd917c1a8e776a341062;hb=cf81c8bf06af7c2f07057c4cd77d08aae8e3573c;hp=cdc19f9b447e29762284100b2a1cb341a866db73;hpb=0f6ae2a3dc6e68444c307a3e60b31bd0f65d9d08;p=lhc%2Fateliers.git 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";