mail list folder organization update
authorIan Kelling <ian@iankelling.org>
Wed, 5 Jul 2023 00:15:19 +0000 (20:15 -0400)
committerIan Kelling <ian@iankelling.org>
Wed, 5 Jul 2023 00:15:19 +0000 (20:15 -0400)
subdir_files/sieve/lists.sieve
subdir_files/sieve/liststest.sieve

index 1860ac6b12736e008784318ed4387a3152797359..0b1b315de07a41eae7b3b724b354c845a554a863 100644 (file)
@@ -22,6 +22,13 @@ if anyof (
   stop;
 }
 
+if anyof (
+  header :regex "list-id" "board-eval.fsf.org>"
+  ) {
+  fileinto :create "board-eval";
+  stop;
+}
+
 if anyof (
   header :contains "list-id" "<mentors.lists.outreachy.org>"
   ) {
@@ -82,6 +89,7 @@ if anyof (
   header :contains "list-id" "<coreboot.coreboot.org>",
   header :contains "list-id" "<mailman-users.python.org>",
   header :contains "list-id" "<duplicity-talk.nongnu.org>",
+  header :contains "list-id" "<gnupg-devel-bounces@gnupg.org>",
   header :contains "list-id" "<qemu-devel.nongnu.org>",
   header :contains "list-id" "<exim-dev.exim.org>",
   header :contains "list-id" "<exim-users.exim.org>",
@@ -149,8 +157,8 @@ if anyof (
 
 if anyof (
   header :contains "list-id" "<ln.lists.fsfe.org>",
-  header :contains "list-id" "<gnu-prog-discuss.gnu.org>",
-  header :contains "list-id" "<gnu-prog.gnu.org>",
+#  header :contains "list-id" "<gnu-prog-discuss.gnu.org>",
+#  header :contains "list-id" "<gnu-prog.gnu.org>",
   header :contains "list-id" "<www-discuss.gnu.org>",
   header :contains "list-id" "<gnu-community-private.gnu.org>",
   header :contains "list-id" "<gvc.gnu.org>",
index c44919b6d062355fb3b26db79f5fa24a62b923f5..0b1b315de07a41eae7b3b724b354c845a554a863 100644 (file)
@@ -22,6 +22,13 @@ if anyof (
   stop;
 }
 
+if anyof (
+  header :regex "list-id" "board-eval.fsf.org>"
+  ) {
+  fileinto :create "board-eval";
+  stop;
+}
+
 if anyof (
   header :contains "list-id" "<mentors.lists.outreachy.org>"
   ) {
@@ -82,6 +89,7 @@ if anyof (
   header :contains "list-id" "<coreboot.coreboot.org>",
   header :contains "list-id" "<mailman-users.python.org>",
   header :contains "list-id" "<duplicity-talk.nongnu.org>",
+  header :contains "list-id" "<gnupg-devel-bounces@gnupg.org>",
   header :contains "list-id" "<qemu-devel.nongnu.org>",
   header :contains "list-id" "<exim-dev.exim.org>",
   header :contains "list-id" "<exim-users.exim.org>",