various email improvements
[distro-setup] / subdir_files / sieve / lists.sieve
index 4dd75a2ad1fb64692a04ac24cb325224390bd517..d17fb1e044a1597171dd277b0fd0ab3be8399990 100644 (file)
@@ -7,6 +7,12 @@ if anyof (
     fileinto :create "sec";
     stop;
          }
+if anyof (
+    header :regex "list-id" "forum.members.fsf.org>"
+    ) {
+    fileinto :create "fsfmembers";
+    stop;
+         }
 
 if anyof (
     header :contains "list-id" "<mentors.lists.outreachy.org>"
@@ -35,6 +41,8 @@ if anyof (
     header :contains "list-id" "<libreplanet-discuss.libreplanet.org>",
     header :contains "list-id" "<linux-btrfs.vger.kernel.org>",
     header :contains "list-id" "<linux-fai.uni-koeln.de>",
+    header :contains "list-id" "<license-discuss.lists.opensource.org>",
+    header :contains "list-id" "<seagl_organize.googlegroups.com>",
     header :contains "list-id" "<linux-fai-devel.uni-koeln.de>",
     header :contains "list-id" "<linux-libre.fsfla.org>",
     header :contains "list-id" "<maru-os-dev.googlegroups.com>",
@@ -58,12 +66,15 @@ if anyof (
     header :contains "list-id" "<exim-dev.exim.org>",
     header :contains "list-id" "<exim-users.exim.org>",
     header :contains "list-id" "<octave-maintainers.gnu.org>",
+    header :contains "list-id" "<discuss-gnuradio.gnu.org>",
+    header :contains "list-id" "<seabios.seabios.org>",
+    header :contains "list-id" "<freetype-devel.nongnu.org>",
     header :contains "list-id" "<xmonad.haskell.org>") {
     if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
         set :lower "listname" "${1}";
         fileinto :create "l/${listname}";
-    }
-}
+        }
+         }
 if anyof (
     header :contains "list-id" "<websites.lists.fedoraproject.org>",
     header :contains "list-id" "<docs.lists.fedoraproject.org>",
@@ -71,8 +82,8 @@ if anyof (
     if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
         set :lower "listname" "${1}";
         fileinto :create "l/fedora.${listname}";
-    }
-}
+        }
+         }
 
 if anyof (
     header :contains "list-id" "<activists_masspirates.org.lists.mayfirst.org>",
@@ -86,7 +97,6 @@ if anyof (
     header :contains "list-id" "<info-gnu.gnu.org>",
     header :contains "from" "<general-info@artisansasylum.com>",
     header :contains "list-id" "<spdx.lists.spdx.org>"
-
     ) {
     fileinto :create "community";
     stop;