various updates
[distro-setup] / subdir_files / sieve / lists.sieve
index aa7354c4fef332a92c077533daf4df9e69c87c7a..33ff4843c5832c2bcf69fc519505f4a15a7a4858 100644 (file)
@@ -93,6 +93,7 @@ if anyof (
   header :contains "list-id" "<emacs-erc.gnu.org>",
   header :contains "list-id" "<linux-raid.vger.kernel.org>",
   header :contains "list-id" "<mailop.mailop.org>",
+  header :contains "list-id" "<lilypond-devel.gnu.org>",
   header :contains "list-id" "<xmonad.haskell.org>") {
   if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
     set :lower "listname" "${1}";
@@ -119,6 +120,15 @@ if anyof (
   stop;
 }
 
+if anyof (
+  header :contains "list-id" "<site-comments.w3.org>"
+  ) {
+  fileinto :create "l/w3c-site-comments";
+  stop;
+}
+
+
+
 if anyof (
   header :contains "list-id" "<~sircmpwn/sr.ht-discuss.lists.sr.ht>"
   ) {
@@ -145,6 +155,7 @@ if anyof (
   header :contains "list-id" "<Spdx-legal.lists.spdx.org>",
   header :contains "list-id" "<info-gnu.gnu.org>",
   header :contains "list-id" "<gnu-system-discuss.gnu.org>",
+  header :contains "list-id" "<discuss.lists.blu.org>",
   header :contains "list-id" "<spdx.lists.spdx.org>"
   ) {
   fileinto :create "community";