Edgewall Software

Changes between Version 79 and Version 80 of TracNotification


Ignore:
Timestamp:
Jun 20, 2014, 7:47:33 PM (10 years ago)
Author:
Thomas Miedema <thomasmiedema@…>
Comment:

Filter notifications for one's own changes and comments

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v79 v80  
    253253You should not use `smtp_port = 465`. It will not work and your ticket submission may deadlock. Port 465 is reserved for the SMTPS protocol, which is not supported by Trac. See [comment:ticket:7107:2 #7107] for details.
    254254 
    255 == Filtering notifications for one's own changes ==
     255== Filtering notifications for one's own changes and comments ==
    256256In Gmail, use the filter:
    257257
    258 {{{
    259 from:(<smtp_from>) (("Reporter: <username>" -Changes) OR "Changes (by <username>)")
    260 }}}
    261 
    262 For Trac .10, use the filter:
    263258{{{
    264259from:(<smtp_from>) (("Reporter: <username>" -Changes -Comment) OR "Changes (by <username>)" OR "Comment (by <username>)")
     
    270265(see http://kb.mozillazine.org/Filters_(Thunderbird)#Filtering_the_message_body).
    271266
    272 The best you can do is to set "always_notify_updater" in conf/trac.ini to false.
    273 You will however still get an email if you comment a ticket that you own or have reported.
    274 
    275267You can also add this plugin:
    276 http://trac-hacks.org/wiki/NeverNotifyUpdaterPlugin
     268http://trac-hacks.org/wiki/NeverNotifyUpdaterPlugin, or vote for ticket [ticket:2247] to be fixed.
    277269
    278270== Troubleshooting ==