#3093: reduce useless emails by not sending to the person causing the 
notification
--------------------------------+-------------------------------------------
 Reporter:  anonymous           |        Owner:  eblot   
     Type:  defect              |       Status:  reopened
 Priority:  normal              |    Milestone:  0.10    
Component:  ticket system       |      Version:  0.9.4   
 Severity:  normal              |   Resolution:          
 Keywords:  notification email  |  
--------------------------------+-------------------------------------------
Comment (by anonymous):

 I think there's an error in [3725]

 at
 
[http://projects.edgewall.com/trac/browser/trunk/trac/ticket/notification.py?rev=3275#L39
 line 39 of notification.py]
 {{{
 #!python
         always_notify_reporter = BoolOption('notification',
 'always_notify_updater',
 }}}
 should be
 {{{
 #!python
         always_notify_updater = BoolOption('notification',
 'always_notify_updater',
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3093>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to