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