]> git.wh0rd.org - home.git/commitdiff
mail: update filters
authorMike Frysinger <vapier@gentoo.org>
Wed, 4 May 2022 13:10:13 +0000 (09:10 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 4 May 2022 13:10:13 +0000 (09:10 -0400)
.config/mail/filters.siv

index 22eed1d2fd353673de92be7fd71e2d0bab5c5c30..a88d8b5bdadd0b365ef8797e41c451648b8e2644 100644 (file)
@@ -104,8 +104,8 @@ if anyof (
        header :contains "List-Id" "<bug-automake.gnu.org>",
        header :contains "List-Id" "<bug-libtool.gnu.org>",
        header :contains "List-Id" "<bug-m4.gnu.org>",
+       header :contains "List-Id" "<autoconf-patches.gnu.org>",
        header :contains "List-Id" "<automake-patches.gnu.org>",
-       header :contains "List-Id" "<patches-autoconf.gnu.org>",
        header :contains "List-Id" "<patches-libtool.gnu.org>",
        header :contains "List-Id" "<patches-m4.gnu.org>",
        header :contains "X-Gnu-PR-Package" "autoconf",
@@ -556,10 +556,13 @@ if allof (header :contains "From" "bugzilla-daemon@gentoo.org")
        }
 
        # Gentoo: arches
-       elsif allof (header :regex "To" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|s390|sh|sparc|x86)@gentoo.org")
+       elsif allof (header :regex "To" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|riscv|s390|sh|sparc|x86)@gentoo.org")
        {
                # stable/keyword req
-               if anyof(header :regex "X-Bugzilla-Keywords" "((KEYWORD|STABLE)REQ|TESTFAILURE)")
+               if anyof(
+                       header :regex "X-Bugzilla-Keywords" "((KEYWORD|STABLE)REQ|TESTFAILURE|CC-ARCHES)",
+                       header :regex "X-Bugzilla-Component" "(Keywording|Stabilization)"
+               )
                {
                        setflag "\\Seen";
                        fileinto "gentoo.org/bugs/arches/noise";
@@ -581,8 +584,8 @@ if allof (header :contains "From" "bugzilla-daemon@gentoo.org")
 
 # Gentoo: arches
 if anyof (
-       header :regex "To" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|s390|sh|sparc|x86)@gentoo.org",
-       header :regex "Cc" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|s390|sh|sparc|x86)@gentoo.org"
+       header :regex "To" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|riscv|s390|sh|sparc|x86)@gentoo.org",
+       header :regex "Cc" "(alpha|amd64|arm|arm64|ia64|hppa|m68k|mips|ppc|ppc64|riscv|s390|sh|sparc|x86)@gentoo.org"
 )
 {
        fileinto "gentoo.org/bugs/arches";