various fixes
[distro-setup] / subdir_files / sieve / lists.sieve
index 4dd75a2ad1fb64692a04ac24cb325224390bd517..4e17c09b4556638b2c38d8aae94506d05d21eae0 100644 (file)
@@ -58,12 +58,14 @@ 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" "<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 +73,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 +88,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;