From 946d377019a733c7abc04e96091a9b8ed30db9db Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 26 Oct 2023 21:55:02 -0400 Subject: Various updates from darya --- .config/dovecot/canonical.sieve | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config/dovecot') diff --git a/.config/dovecot/canonical.sieve b/.config/dovecot/canonical.sieve index 5b32d11..3802ffb 100644 --- a/.config/dovecot/canonical.sieve +++ b/.config/dovecot/canonical.sieve @@ -11,7 +11,7 @@ if address :is "from" "noreply+discourse@canonical.com" { stop; } -if address :is :domain "from" ["discourse.ubuntu.com", "forum.snapcraft.io"] { +if address :is :domain "from" ["discourse.ubuntu.com", "forum.snapcraft.io", "discourse.charmhub.io"] { fileinto :create "discourse"; stop; } @@ -51,6 +51,11 @@ if address :is "from" "notifications@github.com" { stop; } +if header :regex "list-id" "<.+.xt.local>" { + keep; + stop; +} + if allof (header :regex "list-id" "<([a-z_0-9-]+)[.@]", not address :regex :localpart "from" "^(no)?reply") { -- cgit v1.2.3-60-g2f50