From 992cb560a0c911e34fb90549267002bf05ac37f0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 18 2019 15:03:38 +0000 Subject: Add a configuration file to store the email overrides Signed-off-by: Pierre-Yves Chibon --- 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"