From 7598435441b039065b9384cab29f8c3cae308ae8 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 20 Feb 2023 11:10:19 -0500 Subject: Update primary Canonical mail and a few other small tweaks --- .config/darya.profile | 4 ++-- .config/dovecot/canonical.sieve | 4 +++- .config/git/config.canonical | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/darya.profile b/.config/darya.profile index 84135a6..8ef422d 100644 --- a/.config/darya.profile +++ b/.config/darya.profile @@ -1,6 +1,6 @@ # -*- mode: sh; sh-shell: sh -*- export DEBFULLNAME="Amin Bandali" -export DEBEMAIL="amin.bandali@canonical.com" -export UBUMAIL="Amin Bandali " +export DEBEMAIL="bandali@canonical.com" +export UBUMAIL="Amin Bandali " export UBUNTUTOOLS_BUILDER=sbuild diff --git a/.config/dovecot/canonical.sieve b/.config/dovecot/canonical.sieve index 70ffe5f..ef510a4 100644 --- a/.config/dovecot/canonical.sieve +++ b/.config/dovecot/canonical.sieve @@ -41,7 +41,9 @@ if address :is "from" "notifications@github.com" { stop; } -if header :regex "list-id" "<([a-z_0-9-]+)[.@]" { +if allof (header :regex "list-id" "<([a-z_0-9-]+)[.@]", + not address :regex :localpart "from" "^(no)?reply") +{ set :lower "listname" "${1}"; fileinto :create "l.${listname}"; stop; diff --git a/.config/git/config.canonical b/.config/git/config.canonical index d88fe03..6d276f5 100644 --- a/.config/git/config.canonical +++ b/.config/git/config.canonical @@ -1,2 +1,2 @@ [user] - email = amin.bandali@canonical.com + email = bandali@canonical.com -- cgit v1.2.3-83-g751a