Never receive emails for tickets you change

Description

Never get another email about a ticket change that you made. You still receive ticket changes that others have made (if you are owner/assigned/cc).

This plugin will attempt to block you from receiving email by checking:

  • email configured in user preferences
  • SMTP default domain based emails
  • email addresses with display names (eg "Bob Smith <name@domain.com>" which usually comes from VCS client via post commit hooks)
  • usernames that are email addresses

Trac Tickets

Bugs/Feature Requests

Open Tickets | new ticket

Installation Help

  1. Install the plugin (either for a single project, or globally). See the details on how to install a trac plugin at: TracPlugins
  2. Be sure that the plugin is enabled. Add "nevernotifyupdaterplugin.* = enabled" to trac.ini (in the [components] subheading).
    • GOTCHA (< 0.11.7-r9029): This plugin currently doesnt show up in the Web-Admin page, and so cannot be enabled from there.
    • ? This shows for me in 0.11.5
    • ? Shows for me too in 0.12.3 - czarnymb
  3. Run $ trac-admin /path/to/projenv upgrade
  4. Reload/restart your HTTPD / other webserver / Tracd. That's it.

Download and Source

Download the zipped source from:

You can check out (using Subversion) NeverNotifyUpdaterPlugin from :

or browse the source with Trac.

Example

No example, just cuts down on the random useless emails

Recent Changes

[12151] by bobbysmith007 on 10/11/12 20:05:27

make from future work (move to top). Thanks again fix #10467

[12150] by bobbysmith007 on 10/11/12 16:47:39

added a from future import with_statement so this works in py2.5 fix #10467

[10745] by bobbysmith007 on 10/07/11 16:15:22

removed extra self (thanks! for the bug report) fix #8909

[10516] by bobbysmith007 on 07/29/11 14:56:39

added a trac 13 branch

Author/Contributors

Author: bobbysmith007
Maintainer: bobbysmith007
Contributors: