Changeset 112 for emailtotracscript


Ignore:
Timestamp:
10/02/06 10:59:28 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • Do not send message when message is Spam
Location:
emailtotracscript/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/ChangeLog

    r111 r112  
    1313          Fixed by   : Bas van der Vlies
    1414
     15        * Do not send Spam when message is Spam
     16          Fixed by   : Bas van der Vlies
     17         
    15182006-08-28
    1619        * fixes an error in the 'reply_all' setting
  • emailtotracscript/trunk/debian/changelog

    r111 r112  
     1email2trac (0.8.0-2) stable; urgency=low
     2
     3  * Do not send notification when message is Spam
     4
     5 -- root <root@subtrac.sara.nl>  Mon,  2 Oct 2006 10:57:09 +0200
     6
    17email2trac (0.8.0-1) stable; urgency=low
    28
  • emailtotracscript/trunk/email2trac.py.in

    r109 r112  
    558558                A wrapper for the TRAC notify function. So we can use templates
    559559                """
     560                if tkt['component'] == 'Spam':
     561                        return 
     562
    560563                try:
    561564                        # create false {abs_}href properties, to trick Notify()
Note: See TracChangeset for help on using the changeset viewer.