From 6bbcbe2aa87716ec9f82fe26cbb30d9173c83e0c Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 29 Jul 2019 18:44:13 -0400 Subject: [PATCH] lists filing --- subdir_files/sieve/lists.sieve | 1 + subdir_files/sieve/liststest.sieve | 1 + 2 files changed, 2 insertions(+) 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}"; -- 2.30.2