X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2Fsieve%2Fliststest.sieve;h=0b1b315de07a41eae7b3b724b354c845a554a863;hb=f5bbba2e0e142d34c0e1e50fb729936eb57539ce;hp=c44919b6d062355fb3b26db79f5fa24a62b923f5;hpb=47ee117d32270bbd288da25a2da11e42674c02cc;p=distro-setup 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" "",