diff options
author | 2023-02-20 11:10:19 -0500 | |
---|---|---|
committer | 2023-02-20 11:10:19 -0500 | |
commit | 7598435441b039065b9384cab29f8c3cae308ae8 (patch) | |
tree | ecd21bcd9374b25acd88ad0bb87ac5418f0680e9 /.config | |
parent | 702404f7838fd3cc8f73ae00d363099a7fcdbc03 (diff) | |
download | configs-7598435441b039065b9384cab29f8c3cae308ae8.tar.gz configs-7598435441b039065b9384cab29f8c3cae308ae8.tar.xz configs-7598435441b039065b9384cab29f8c3cae308ae8.zip |
Update primary Canonical mail and a few other small tweaks
Diffstat (limited to '.config')
-rw-r--r-- | .config/darya.profile | 4 | ||||
-rw-r--r-- | .config/dovecot/canonical.sieve | 4 | ||||
-rw-r--r-- | .config/git/config.canonical | 2 |
3 files changed, 6 insertions, 4 deletions
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 <amin.bandali@canonical.com>" +export DEBEMAIL="bandali@canonical.com" +export UBUMAIL="Amin Bandali <bandali@canonical.com>" 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 |