Changeset 119


Ignore:
Timestamp:
10/05/06 21:11:21 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • fixed an error in drop_spam implemenatation
File:
1 edited

Legend:

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

    r118 r119  
    410410                # Discard SPAM messages.
    411411                #
    412                 if self.DROP_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.