From: Vincent Le Gallic Date: Wed, 2 Mar 2016 23:22:49 +0000 (+0100) Subject: Attention, la description d'une mailing-list avec le List-ID peut contenir un "<" X-Git-Url: http://gitweb.pimeys.fr/?p=config-20-100.git;a=commitdiff_plain;h=61b53caea9dda5e33769b8191246922136a03469 Attention, la description d'une mailing-list avec le List-ID peut contenir un "<" Merci la ML A<3 -_- --- diff --git a/.procmailrc b/.procmailrc index 393eab7..259c97d 100644 --- a/.procmailrc +++ b/.procmailrc @@ -810,7 +810,7 @@ INCLUDERC="${CONFIGDIR}/custom.normal.rules" # On récupère tous les mails qui sont arrivés par l'intermédaire d'une ML * ^List-Id:.* { - ML=`echo "${LISTID}" | sed 's/[^<]*//'` + ML=`echo "${LISTID}" | sed 's/.*<\([^<>]\+\)>$/\1/'` ################################################################# ## Gestion des mailing-listes Cr@ns ##