lists filing
authorIan Kelling <ian@iankelling.org>
Mon, 29 Jul 2019 22:44:13 +0000 (18:44 -0400)
committerIan Kelling <ian@iankelling.org>
Mon, 29 Jul 2019 22:44:13 +0000 (18:44 -0400)
subdir_files/sieve/lists.sieve
subdir_files/sieve/liststest.sieve

index 3211ffba123ca2582652af56b08f7813d67a2bf7..4120c288d295ee7f9462f64a4a37340af6e12a6c 100644 (file)
@@ -69,6 +69,7 @@ if anyof (
     header :contains "list-id" "<discuss-gnuradio.gnu.org>",
     header :contains "list-id" "<seabios.seabios.org>",
     header :contains "list-id" "<freetype-devel.nongnu.org>",
+    header :contains "list-id" "<mailop.mailop.org>",
     header :contains "list-id" "<xmonad.haskell.org>") {
     if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
         set :lower "listname" "${1}";
index 3211ffba123ca2582652af56b08f7813d67a2bf7..4120c288d295ee7f9462f64a4a37340af6e12a6c 100644 (file)
@@ -69,6 +69,7 @@ if anyof (
     header :contains "list-id" "<discuss-gnuradio.gnu.org>",
     header :contains "list-id" "<seabios.seabios.org>",
     header :contains "list-id" "<freetype-devel.nongnu.org>",
+    header :contains "list-id" "<mailop.mailop.org>",
     header :contains "list-id" "<xmonad.haskell.org>") {
     if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
         set :lower "listname" "${1}";