mail list folder organization update
[distro-setup] / subdir_files / sieve / liststest.sieve
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>",