Ticket #2861 (closed enhancement: fixed)
Warn about lacking default settings on trac.ini on env upgrade
| Reported by: | Pedro Algarvio <ufs@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | ticket system | Version: | devel |
| Severity: | minor | Keywords: | notification email |
| Cc: |
Description
Today on one of my env's when fixing a bug, I got a failed email message for my smtp_always_cc address that is pointing to that env's ezmlm mailing list. The problem is that ezmlm only accepts mail messages directly addressed by To: or Cc:. So I when to IRC and bdash elucidated me about allow_public_cc. It would be nice that trac on an env upgrade would fill in the missing parts for old trac.ini's, or at least warn the user so he could add them.
As I writed this, I also thought that it's probably better to have a smtp_always_cc and a smtp_always_bcc because I don't mind having the mailing-list address on Cc: but a personal address I might, and allow_public_cc doesn't allow me that.


