lists filing
[distro-setup] / subdir_files / sieve / lists.sieve
index d17fb1e044a1597171dd277b0fd0ab3be8399990..4120c288d295ee7f9462f64a4a37340af6e12a6c 100644 (file)
@@ -69,10 +69,12 @@ if anyof (
     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" "<mailop.mailop.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}";
+            stop;
         }
          }
 if anyof (
@@ -82,6 +84,7 @@ if anyof (
     if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
         set :lower "listname" "${1}";
         fileinto :create "l/fedora.${listname}";
+            stop;
         }
          }