Edgewall Software

Changes between Version 1 and Version 2 of 1.1/TracNotification


Ignore:
Timestamp:
Mar 28, 2015, 10:19:13 AM (9 years ago)
Author:
Peter Suter
Comment:

Add subscriber configuration section. Remove obsolete filtering tricks.

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracNotification

    v1 v2  
    5757smtp_always_cc = ticketmaster@example.com, theboss+myproj@example.com
    5858}}}
     59
     60=== Subscriber Configuration ===
     61The default subscriptions are configured in the `[notification-subscriber]` section in trac.ini:
     62
     63[[TracIni(notification-subscriber)]]
     64
     65Each user can override these defaults in his ''Notifications'' preferences.
     66
     67For example to unsubscribe from notifications for one's own changes and comments, the rule "Never notify: I update a ticket" should be added above other subscription rules.
    5968
    6069=== Customizing the e-mail subject ===
     
    219228Alternatively, you can use `smtp_port = 25`.[[br]]
    220229You should not use `smtp_port = 465`. Doing so may deadlock your ticket submission. Port 465 is reserved for the SMTPS protocol, which is not supported by Trac. See [trac:comment:2:ticket:7107 #7107] for details.
    221  
    222 == Filtering notifications for one's own changes and comments ==
    223 In Gmail, use the filter:
    224 {{{
    225 from:(<smtp_from>) (("Reporter: <username>" -Changes -Comment) OR "Changes (by <username>)" OR "Comment (by <username>)")
    226 }}}
    227 
    228 to delete these notifications.
    229 
    230 In Thunderbird, there is no such solution if you use IMAP, see http://kb.mozillazine.org/Filters_(Thunderbird)#Filtering_the_message_body.
    231 
    232 You can also add this plugin:
    233 http://trac-hacks.org/wiki/NeverNotifyUpdaterPlugin, or vote for [trac:#2247] to be fixed.
    234230
    235231== Troubleshooting ==