Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Don't send email when someone is added/removed from nosy list #6
Comments
|
Sending email is part of the tracker config/code and a not a core feature of roundup. The decision to send/not send email is coded in (the classic tracker's) nosyreactor.py. Also the standard nosyreactor.py IIRC only sends email if there is a message. An email just for change in the nosy list sounds like there is a custom reactor sending it. |
|
I think this can be implemented in https://github.com/psf/bpo-tracker-cpython/blob/master/detectors/sendmail.py I'll see what can I do. |
Personally I find it just noise..
If such emails can be disabled, it would be appreciated.
I saw it requested since 2012 in the upstream roundup.
http://issues.roundup-tracker.org/issue2550742
If it can't get done in upstream, I hope bpo can support this.
Thanks.