projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e501037
)
* .config/dovecot/canonical.sieve: Add bugzilla and gnome-releases.
author
Amin Bandali
<bandali@gnu.org>
Thu, 20 Apr 2023 21:12:55 +0000
(17:12 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Thu, 20 Apr 2023 21:12:55 +0000
(17:12 -0400)
.config/dovecot/canonical.sieve
patch
|
blob
|
blame
|
history
diff --git
a/.config/dovecot/canonical.sieve
b/.config/dovecot/canonical.sieve
index
ef510a4
..
5b32d11
100644
(file)
--- 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;