From 936818321a237b5f85461864b596e21c7058b8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20=C3=89LIE?= Date: Sat, 16 Sep 2023 14:22:27 +0200 Subject: [PATCH] Exclude news.lists.filters from EMP filters Latest commit which excluded this newsgroup for only the PHN filter was not enough. Some NoCeM notices were still rejected. --- pyclean.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyclean.py b/pyclean.py index d3ff1a1..d96f812 100644 --- a/pyclean.py +++ b/pyclean.py @@ -1389,7 +1389,8 @@ def __init__(self): # Exclude from all EMP filters. emp_exclude = ['^alt\.anonymous\.messages', '^free\.', '^local\.', '^relcom\.', '^mailing\.', '^fa\.', '\.cvs\.', - '^gnu\.', 'lists\.freebsd\.ports\.bugs'] + '^gnu\.', 'lists\.freebsd\.ports\.bugs', + '^news\.lists\.filters'] self.emp_exclude = self.regex_compile(emp_exclude) # Exclude groups from IHN filter. ihn_exclude = ['^alt\.anonymous',