X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=subdir_files%2Fsieve%2Fliststest.sieve;h=f6bed70d572dc9e4f10d81b48bf52df0a81a0394;hb=5a6e794f459b3e83b6d665e05d0ab0c8bc6cdfbe;hp=c44919b6d062355fb3b26db79f5fa24a62b923f5;hpb=ac3e00755e07d2e298769000f7ea50bc0854b510;p=distro-setup diff --git a/subdir_files/sieve/liststest.sieve b/subdir_files/sieve/liststest.sieve index c44919b..f6bed70 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" "", @@ -153,7 +161,6 @@ 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" "",