On Fri, Mar 08, 2024 at 05:45:56PM +0000, Ferruh Yigit wrote: > On 3/8/2024 5:07 PM, Stephen Hemminger wrote: > > Add an opt-out list for get maintainer tool. This is helpful > > to avoid getting bounce messages and to allow developers > > who do not want direct mail. > > > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > > --- > > .get_maintainer.ignore | 11 +++++++++++ > > 1 file changed, 11 insertions(+) > > create mode 100644 .get_maintainer.ignore > > > > diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore > > new file mode 100644 > > index 000000000000..f70eee0b0d60 > > --- /dev/null > > +++ b/.get_maintainer.ignore > > @@ -0,0 +1,11 @@ > > +Chenbo Xia <chenbo....@intel.com> > > +Damian Nowak <damianx.no...@intel.com> > > +Ferruh Yigit <ferruh.yi...@intel.com> > > +Gage Eads <gage.e...@intel.com> > > +Guoyang Zhou <zhouguoy...@huawei.com> > > +Jiayu Hu <jiayu...@intel.com> > > +Miao Li <miao...@intel.com> > > +Pascal Mazon <pascal.ma...@6wind.com> > > +Raveendra Padasalagi <raveendra.padasal...@broadcom.com> > > +Shreyansh Jain <shreyansh.j...@nxp.com> > > +Timothy McDaniel <timothy.mcdan...@intel.com> > > I wonder if there is a way to get new email address of the user, instead > of ignoring it, we have all email addressed in '.mailmap', old ones and > preferred one.
If the user hasn't provided a new email address then they probably aren't interested in still being involved in the project. Therefore, adding them to ignore file is probably best. /Bruce