From 992cb560a0c911e34fb90549267002bf05ac37f0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 18 Nov 2019 12:26:44 +0100 Subject: [PATCH] Add a configuration file to store the email overrides Signed-off-by: Pierre-Yves Chibon --- email_overrides.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 email_overrides.toml diff --git a/email_overrides.toml b/email_overrides.toml new file mode 100644 index 0000000..b7e42d6 --- /dev/null +++ b/email_overrides.toml @@ -0,0 +1,9 @@ +# This file contains the list of FAS email addresses to override for bugzilla. +# By default we expect that the email address set in FAS corresponds to +# the bugzilla account of the person. +# However, some people prefer to use different addresses in FAS and in +# bugzilla (for example if they want to use their @fedoraproject alias in +# bugzilla). To support these requests, this file maps FAS email addresses to +# Bugzilla email addresses where they differ. + +"foo@bar.com" = "bar@foo.org"