Edgewall Software

Changes between Initial Version and Version 3 of Ticket #7499


Ignore:
Timestamp:
Oct 23, 2008, 11:39:22 PM (16 years ago)
Author:
Remy Blank
Comment:

An improved notification system is scheduled for 0.13.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7499

    • Property Owner Emmanuel Blot removed
    • Property Milestone0.13
    • Property Keywords notification added
  • Ticket #7499 – Description

    initial v3  
    22
    33Every time when Trac send email I got this error/success in the mail log:
    4 
     4{{{
    55delivery 1118: success: Precedence:_junk_-_message_ignored/did_0+0+1/
    6 
     6}}}
    77To bypass this we have to comment in notification.py
    8 
    9         headers['Precedence'] = 'bulk'
    10 
     8{{{
     9headers['Precedence'] = 'bulk'
     10}}}
    1111It should be great if you can include this as a config option in feature version.
    1212