From 30509bac52375460ef8471b853d72862cfaf7f6a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 19 Feb 2020 22:40:51 -0500 Subject: [PATCH] mail: update list-id filters --- .config/mail/filters.siv | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.config/mail/filters.siv b/.config/mail/filters.siv index 7e80bc2..3d2a96a 100644 --- a/.config/mail/filters.siv +++ b/.config/mail/filters.siv @@ -198,6 +198,8 @@ if anyof ( header :contains "List-Id" "", # mtools header :contains "List-Id" "", + # mutt + header :contains "List-Id" "", # nano header :contains "List-Id" "", # nasm @@ -603,6 +605,8 @@ if anyof ( header :contains "List-Id" "", header :contains "List-Id" "", header :contains "From" "no-reply@socghop.appspotmail.com", + # gentoo-nfp + header :contains "List-Id" "", # gentoo-licenses header :contains "List-Id" "", # gentoo-qa @@ -620,13 +624,6 @@ if anyof (header :contains "List-ID" "") stop; } -# Gentoo: NFP -if anyof (header :contains "List-Id" "") -{ - fileinto "gentoo.org/nfp"; - stop; -} - # Gentoo: -core if anyof (header :contains "List-Id" "") { -- 2.39.2