From: Ian Kelling Date: Mon, 29 Jul 2019 22:44:13 +0000 (-0400) Subject: lists filing X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=6bbcbe2aa87716ec9f82fe26cbb30d9173c83e0c lists filing --- diff --git a/subdir_files/sieve/lists.sieve b/subdir_files/sieve/lists.sieve index 3211ffb..4120c28 100644 --- a/subdir_files/sieve/lists.sieve +++ b/subdir_files/sieve/lists.sieve @@ -69,6 +69,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}"; diff --git a/subdir_files/sieve/liststest.sieve b/subdir_files/sieve/liststest.sieve index 3211ffb..4120c28 100644 --- a/subdir_files/sieve/liststest.sieve +++ b/subdir_files/sieve/liststest.sieve @@ -69,6 +69,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}";