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"