wiki:NeverNotifyUpdaterPlugin

Never receive emails for tickets you change

Notice: This plugin is deprecated in Trac 1.2. The Never Notify: I Update a Ticket subscriber preference can be used instead.

Default Never Notify Updater behavior can be configured with:

[notification-subscriber]
never_notify_updater = TicketUpdaterSubscriber
never_notify_updater.adverb = never
never_notify_updater.priority = 0

See also the example configuration.

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@…>" 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).
  3. 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.

Recent Changes

17907 by rjollos on 2020-12-04 01:15:51
TracNeverNotifyUpdater 1.0: Fix metadata
17906 by rjollos on 2020-12-04 01:08:17
TracNeverNotifyUpdater 1.0: Fix metadata
17902 by rjollos on 2020-12-04 00:41:59
TracNeverNotifyUpdater 1.0: Change plugin name
(more)

Author/Contributors

Author: bobbysmith007
Maintainer: bobbysmith007
Contributors:

Last modified 3 years ago Last modified on Feb 24, 2021, 5:42:24 AM