various improvements
[distro-setup] / subdir_files / sieve / liststest.sieve
index dd5bb1afdc4fcb8b071d9fdb989e7d0320d603ee..3211ffba123ca2582652af56b08f7813d67a2bf7 100644 (file)
@@ -42,6 +42,7 @@ if anyof (
     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>",
@@ -72,6 +73,7 @@ if anyof (
     if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
         set :lower "listname" "${1}";
         fileinto :create "l/${listname}";
+            stop;
         }
          }
 if anyof (
@@ -81,6 +83,7 @@ if anyof (
     if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
         set :lower "listname" "${1}";
         fileinto :create "l/fedora.${listname}";
+            stop;
         }
          }