From 90861c908a7ffc2ab2e35fcf488250b324125ed9 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 2 Mar 2024 21:45:06 -0500 Subject: * .config/dovecot/canonical.sieve: Expand launchpad rule --- .config/dovecot/canonical.sieve | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/dovecot/canonical.sieve b/.config/dovecot/canonical.sieve index 3802ffb..6c45c57 100644 --- a/.config/dovecot/canonical.sieve +++ b/.config/dovecot/canonical.sieve @@ -26,7 +26,9 @@ if address :is :domain "from" "rt.canonical.com" { stop; } -if address :matches :domain "from" ["launchpad.net", "*.launchpad.net"] { +if anyof (address :is "from" "archive@ubuntu.com", + address :matches :domain "from" ["launchpad.net", "*.launchpad.net"]) +{ fileinto :create "launchpad"; stop; } -- cgit v1.2.3-60-g2f50