various fixes and updates
[distro-setup] / subdir_files / sieve / liststest.sieve
index 54f617f67b37ec58cf756560c80def01822cc626..00b9443cd68a22298e068838470e36e077671c39 100644 (file)
@@ -90,6 +90,16 @@ if anyof (
         }
          }
 
+
+
+if anyof (
+    header :contains "list-id" "<~sircmpwn/sr.ht-discuss.lists.sr.ht>"
+    ) {
+    fileinto :create "l/sr.ht-discuss";
+    stop;
+         }
+
+
 if anyof (
     header :contains "list-id" "<activists_masspirates.org.lists.mayfirst.org>",
     header :contains "list-id" "<gnu-prog-discuss.gnu.org>",
@@ -103,6 +113,8 @@ if anyof (
     header :contains "list-id" "<gnu-misc-discuss.gnu.org>",
     header :contains "list-id" "<Spdx-legal.lists.spdx.org>",
     header :contains "list-id" "<info-gnu.gnu.org>",
+    header :contains "list-id" "<discussion.lists.fsfe.org>",
+    header :contains "list-id" "<gnu-system-discuss.gnu.org>",
     header :contains "from" "<general-info@artisansasylum.com>",
     header :contains "list-id" "<spdx.lists.spdx.org>"
     ) {
@@ -110,6 +122,7 @@ if anyof (
     stop;
          }
 
+
 if allof (
     address :is "from" "mailman-owner@zope.org",
     header :is "subject" "zope.org mailing list memberships reminder"