From 2061155227cf444eae0f08f9d3916614ac00b6b3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 1 Jan 2022 23:03:30 -0500 Subject: [PATCH] mail: update filter settings --- .config/mail/filters.siv | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/.config/mail/filters.siv b/.config/mail/filters.siv index c8a5853..22eed1d 100644 --- a/.config/mail/filters.siv +++ b/.config/mail/filters.siv @@ -97,12 +97,20 @@ if anyof ( # apcupsd header :contains "List-Id" "", # autotools + header :contains "List-Id" "", + header :contains "List-Id" "", header :contains "List-Id" "", + header :contains "List-Id" "", header :contains "List-Id" "", header :contains "List-Id" "", - header :contains "List-Id" "", - header :contains "List-Id" "", header :contains "List-Id" "", + header :contains "List-Id" "", + header :contains "List-Id" "", + header :contains "List-Id" "", + header :contains "List-Id" "", + header :contains "X-Gnu-PR-Package" "autoconf", + header :contains "X-Gnu-PR-Package" "automake", + header :contains "X-Gnu-PR-Package" "libtool", # bash header :contains "List-Id" "", # bitpim @@ -251,8 +259,11 @@ if anyof ( header :contains "Sender" "owner-openssl-dev@openssl.org", # strace header :contains "List-Id" "", + header :contains "List-Id" "", header :contains "To" "strace-devel@lists.sourceforge.net", header :contains "Cc" "strace-devel@lists.sourceforge.net", + header :contains "To" "strace-devel@lists.strace.io", + header :contains "Cc" "strace-devel@lists.strace.io", # sudo header :contains "List-Id" "", # syslinux @@ -508,7 +519,7 @@ if anyof ( header :contains "Cc" "gentoo-doc@lists.gentoo.org" ) { - fileinto "gentoo.org/docs"; + fileinto "gentoo.org/dev"; stop; } @@ -592,13 +603,15 @@ if anyof ( } # Gentoo: -commits -if anyof (header :contains "List-Id" "") -{ - fileinto "gentoo.org/commits"; - stop; -} +#if anyof (header :contains "List-Id" "") +#{ +# fileinto "gentoo.org/commits"; +# stop; +#} if anyof ( + # Don't really get mail from this anymore. + header :contains "List-Id" "", # -project header :contains "List-Id" "", header :contains "List-Id" "", -- 2.39.5