Edgewall Software

Opened 16 years ago

Last modified 7 years ago

#7499 closed defect

Notification mail header "Precedence" should be configurable — at Version 3

Reported by: i.bardarov@… Owned by:
Priority: low Milestone:
Component: notification Version: 0.11
Severity: trivial Keywords: notification
Cc: Thijs Triemstra Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Remy Blank)

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

Change History (3)

comment:1 by anonymous, 16 years ago

Keywords: ui javascript added
Owner: changed from Emmanuel Blot to anonymous
Severity: trivialnormal
Status: newassigned

comment:2 by anonymous, 16 years ago

  1. abc

1. def

  1. 233

comment:3 by Remy Blank, 16 years ago

Description: modified (diff)
Keywords: notification added; ui javascript removed
Milestone: 0.13
Owner: anonymous removed
Severity: normaltrivial
Status: assignednew

An improved notification system is scheduled for 0.13.

Note: See TracTickets for help on using tickets.