Ignore:
Timestamp:
10/09/06 15:07:02 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • Fixed a typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/email2trac.py.in

    r120 r122  
    410410                # Discard SPAM messages.
    411411                #
    412                 if self.DROP_SPAM and (tkt['component'] == 'Spam)':
     412                if self.DROP_SPAM and (tkt['component'] == 'Spam'):
    413413                        # print 'This message is a SPAM. Automatic ticket insertion refused (SPAM level > %d' % self.SPAM_LEVEL
    414414                        sys.exit(0)
Note: See TracChangeset for help on using the changeset viewer.