#2861: Warn about lacking default settings on trac.ini on env upgrade
---------------------------------------------+------------------------------
 Reporter:  Pedro Algarvio <[EMAIL PROTECTED]>  |        Owner:  jonas
     Type:  enhancement                      |       Status:  new  
 Priority:  normal                           |    Milestone:       
Component:  ticket system                    |      Version:  devel
 Severity:  minor                            |   Resolution:       
 Keywords:  notification email               |  
---------------------------------------------+------------------------------
Changes (by eblot):

  * owner:  daniel => jonas
  * keywords:  => notification email
  * component:  report system => ticket system

Comment:

 Trac upgrade does produce a 'trac.ini.sample' file with all the default
 values, so you may want to compare your settings with the new default
 settings after an upgrade. Changing a existing configuration could be a
 source of errors and misconfiguration. Maybe an additional command in
 `trac-admin` could warn the user about the new available settings. I'm not
 sure though it is worth warning the user about ALL the settings she does
 not want to use: how differenciate the already but not defined settings
 from the brand new settings ?

 ''About the second part of your email:''[[BR]]
 I agree with your remark, however I can tell you why the `smtp_always_bcc`
 as not (yet ?) being introduced, as I wrote this piece of code: I wanted
 to stick with the original behaviour of the trac notification, which
 always performed some kind of 'Bcc' as each email notification was sent to
 a single recipient (one email / recipient). The goal was to provide the
 same behaviour if the user did not change her `trac.ini` file.

 If you think it is worth breaking the compatibility and introduce
 `smtp_always_cc` / `smtp_always_bcc` differenciation in [milestone:0.10],
 please log in a new ticket for this specific topic.

 btw: ''report system'' is not about the email notifications, but the
 ticket queries ;-)

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2861>
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