X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/e5010376d2c3d3dfde8cdc7e26a764296d7aaa62..1c7519c13d77659d28a1a63b1f5f6837e6d63109:/.config/dovecot/canonical.sieve diff --git a/.config/dovecot/canonical.sieve b/.config/dovecot/canonical.sieve index ef510a4..5b32d11 100644 --- a/.config/dovecot/canonical.sieve +++ b/.config/dovecot/canonical.sieve @@ -36,6 +36,16 @@ if address :is "from" "gitlab@salsa.debian.org" { stop; } +if address :is "from" "bugzilla-daemon@mozilla.org" { + fileinto :create "bugzilla"; + stop; +} + +if address :is "to" "ftp-release-notifications@gnome.org" { + fileinto :create "gnome-releases"; + stop; +} + if address :is "from" "notifications@github.com" { keep; stop;