X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2Fsieve%2Flists.sieve;h=33ff4843c5832c2bcf69fc519505f4a15a7a4858;hb=fefb2a411185c293de6bb6aa8aec698a80db3659;hp=aa7354c4fef332a92c077533daf4df9e69c87c7a;hpb=01ccff895787ca94ad37d11cb93f0440a29edd7c;p=distro-setup diff --git a/subdir_files/sieve/lists.sieve b/subdir_files/sieve/lists.sieve index aa7354c..33ff484 100644 --- a/subdir_files/sieve/lists.sieve +++ b/subdir_files/sieve/lists.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,7 @@ if anyof ( header :contains "list-id" "", header :contains "list-id" "", header :contains "list-id" "", + header :contains "list-id" "", header :contains "list-id" "" ) { fileinto :create "community";