X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2Fsieve%2Fliststest.sieve;h=bd315747e4bf7203c0c65253ed0adfdaf345eb64;hb=99846b0b4426cf1a187671ca0435d0bbc047e938;hp=aa7354c4fef332a92c077533daf4df9e69c87c7a;hpb=01ccff895787ca94ad37d11cb93f0440a29edd7c;p=distro-setup diff --git a/subdir_files/sieve/liststest.sieve b/subdir_files/sieve/liststest.sieve index aa7354c..bd31574 100644 --- a/subdir_files/sieve/liststest.sieve +++ b/subdir_files/sieve/liststest.sieve @@ -93,6 +93,7 @@ if anyof ( header :contains "list-id" "", header :contains "list-id" "", header :contains "list-id" "", + header :contains "list-id" "", header :contains "list-id" "") { if header :regex "list-id" "<([a-z_0-9-]+)[.@]" { set :lower "listname" "${1}"; @@ -119,6 +120,15 @@ if anyof ( stop; } +if anyof ( + header :contains "list-id" "" + ) { + fileinto :create "l/w3c-site-comments"; + stop; +} + + + if anyof ( header :contains "list-id" "<~sircmpwn/sr.ht-discuss.lists.sr.ht>" ) { @@ -145,6 +155,8 @@ 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" "" ) { fileinto :create "community";