X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2Fsieve%2Fliststest.sieve;h=3211ffba123ca2582652af56b08f7813d67a2bf7;hb=28904b44d0dd6ce9d43ab720b5efe9af2ce336de;hp=dd5bb1afdc4fcb8b071d9fdb989e7d0320d603ee;hpb=ae54f4cd08815de501151c10083e74294609558a;p=distro-setup diff --git a/subdir_files/sieve/liststest.sieve b/subdir_files/sieve/liststest.sieve index dd5bb1a..3211ffb 100644 --- a/subdir_files/sieve/liststest.sieve +++ b/subdir_files/sieve/liststest.sieve @@ -42,6 +42,7 @@ if anyof ( header :contains "list-id" "", header :contains "list-id" "", header :contains "list-id" "", + header :contains "list-id" "", header :contains "list-id" "", header :contains "list-id" "", header :contains "list-id" "", @@ -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; } }