X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2Fsieve%2Fliststest.sieve;h=263b9632dfbdc82f2d41c428f742a278c4613017;hb=d4a62c18b666ac9673181ab76f3e3d28fc784da6;hp=aa7354c4fef332a92c077533daf4df9e69c87c7a;hpb=01ccff895787ca94ad37d11cb93f0440a29edd7c;p=distro-setup diff --git a/subdir_files/sieve/liststest.sieve b/subdir_files/sieve/liststest.sieve index aa7354c..263b963 100644 --- a/subdir_files/sieve/liststest.sieve +++ b/subdir_files/sieve/liststest.sieve @@ -93,6 +93,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" "") { if header :regex "list-id" "<([a-z_0-9-]+)[.@]" { set :lower "listname" "${1}"; @@ -119,6 +121,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 +156,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";