From: Ian Kelling Date: Wed, 5 Jul 2023 00:15:19 +0000 (-0400) Subject: mail list folder organization update X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=f5bbba2e0e142d34c0e1e50fb729936eb57539ce mail list folder organization update --- diff --git a/subdir_files/sieve/lists.sieve b/subdir_files/sieve/lists.sieve index 1860ac6..0b1b315 100644 --- a/subdir_files/sieve/lists.sieve +++ b/subdir_files/sieve/lists.sieve @@ -22,6 +22,13 @@ if anyof ( stop; } +if anyof ( + header :regex "list-id" "board-eval.fsf.org>" + ) { + fileinto :create "board-eval"; + stop; +} + if anyof ( header :contains "list-id" "" ) { @@ -82,6 +89,7 @@ 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" "", header :contains "list-id" "", @@ -149,8 +157,8 @@ if anyof ( 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" "", header :contains "list-id" "", header :contains "list-id" "", diff --git a/subdir_files/sieve/liststest.sieve b/subdir_files/sieve/liststest.sieve index c44919b..0b1b315 100644 --- a/subdir_files/sieve/liststest.sieve +++ b/subdir_files/sieve/liststest.sieve @@ -22,6 +22,13 @@ if anyof ( stop; } +if anyof ( + header :regex "list-id" "board-eval.fsf.org>" + ) { + fileinto :create "board-eval"; + stop; +} + if anyof ( header :contains "list-id" "" ) { @@ -82,6 +89,7 @@ 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" "", header :contains "list-id" "",