From 657c68e0b01f3ee789302ef0a84ee00cf4d31cea Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Oct 2021 02:21:47 -0400 Subject: [PATCH] mail: turn down empty mailboxes --- .config/mail/filters.siv | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.config/mail/filters.siv b/.config/mail/filters.siv index 5139280..c8a5853 100644 --- a/.config/mail/filters.siv +++ b/.config/mail/filters.siv @@ -450,14 +450,14 @@ if anyof ( # # Gentoo: graphics -if anyof ( - header :contains "To" "graphics@gentoo.org", - header :contains "Cc" "graphics@gentoo.org" -) -{ - fileinto "gentoo.org/bugs/graphics"; - stop; -} +#if anyof ( +# header :contains "To" "graphics@gentoo.org", +# header :contains "Cc" "graphics@gentoo.org" +#) +#{ +# fileinto "gentoo.org/bugs/graphics"; +# stop; +#} # Gentoo: openrc if anyof ( @@ -531,11 +531,11 @@ if allof (header :contains "From" "bugzilla-daemon@gentoo.org") } # Gentoo: security bugzilla - elsif allof (header :contains "To" "security@gentoo.org") - { - fileinto "gentoo.org/bugs/hardened"; - stop; - } +# elsif allof (header :contains "To" "security@gentoo.org") +# { +# fileinto "gentoo.org/bugs/hardened"; +# stop; +# } # Gentoo: bugzilla me elsif allof (header :contains "To" "vapier@gentoo.org") -- 2.39.5