Changeset 122
- Timestamp:
- 10/09/06 15:07:02 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emailtotracscript/trunk/email2trac.py.in
r120 r122 410 410 # Discard SPAM messages. 411 411 # 412 if self.DROP_SPAM and (tkt['component'] == 'Spam )':412 if self.DROP_SPAM and (tkt['component'] == 'Spam'): 413 413 # print 'This message is a SPAM. Automatic ticket insertion refused (SPAM level > %d' % self.SPAM_LEVEL 414 414 sys.exit(0)
Note: See TracChangeset
for help on using the changeset viewer.