Ticket #7499 (new defect)
Notification mail header "Precedence" should be configurable
| Reported by: | i.bardarov@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 0.13 |
| Component: | notification | Version: | 0.11 |
| Severity: | trivial | Keywords: | notification |
| Cc: |
Description (last modified by rblank) (diff)
I want to use Trac to notify a mailing list of ticket change.
Every time when Trac send email I got this error/success in the mail log:
delivery 1118: success: Precedence:_junk_-_message_ignored/did_0+0+1/
To bypass this we have to comment in notification.py
headers['Precedence'] = 'bulk'
It should be great if you can include this as a config option in feature version.
Thanks
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


