From: Mike Frysinger Date: Thu, 21 Oct 2021 06:21:47 +0000 (-0400) Subject: mail: turn down empty mailboxes X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=657c68e0b01f3ee789302ef0a84ee00cf4d31cea;p=home.git mail: turn down empty mailboxes --- 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")