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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.