From 985e7d7de99e970e3f03300dd5b6d7049eb64e4f Mon Sep 17 00:00:00 2001 From: Antoine Bernard Date: Sun, 25 Jun 2017 17:34:44 +0200 Subject: [PATCH] =?UTF-8?q?[procmail]=20fix=20de=20fix=20sur=20les=20mails?= =?UTF-8?q?=20destin=C3=A9=20=C3=A0=20root?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit C'est l'histoire du fix d'une fix d'une règle trop générale devenu trop strict. 1f8b08895681d4680 --- .procmailrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.procmailrc b/.procmailrc index 4d8506a..9d54431 100644 --- a/.procmailrc +++ b/.procmailrc @@ -547,7 +547,7 @@ LISTID=| formail -cXList-ID: | perl -MEncode -pe '$_=encode("utf-8",decode("MIME # On matche tous les alias de root@crans.org :0 -* ^(To|Cc):.* (root|abuse|amavis|backup|bind|bin|clamav|daemon|ftpadm|ftpmaster|ftp-mirror|ftp|games|gnats|irc|list|logcheck|lp|mail|majordom|man|msql|munin|news|operator|postgres|proxy|sync|sys|usenet|uucp|webmaster|www-clubs|www-data|www-perso|postmaster|mailer-daemon)@(crans\.org|crans\.ens-cachan\.fr) +* ^(To|Cc):(.*[ <,])?(root|abuse|amavis|backup|bind|bin|clamav|daemon|ftpadm|ftpmaster|ftp-mirror|ftp|games|gnats|irc|list|logcheck|lp|mail|majordom|man|msql|munin|news|operator|postgres|proxy|sync|sys|usenet|uucp|webmaster|www-clubs|www-data|www-perso|postmaster|mailer-daemon)@(crans\.org|crans\.ens-cachan\.fr) { # Spam de logcheck :0 -- GitLab