]> git.wh0rd.org - home.git/commitdiff
mail: turn down empty mailboxes
authorMike Frysinger <vapier@gentoo.org>
Thu, 21 Oct 2021 06:21:47 +0000 (02:21 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 21 Oct 2021 06:21:47 +0000 (02:21 -0400)
.config/mail/filters.siv

index 5139280f2b42606867a051460d55bca105ddcfc7..c8a5853d119bb441a9de30aee07d933511b46d26 100644 (file)
@@ -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")