Changeset 669


Ignore:
Timestamp:
10/14/15 00:51:19 (8 years ago)
Author:
bas
Message:

Fixed some errors in wildcard support, see #297

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r668 r669  
    18501850            self.logger.debug('\t Found ticket id: %s' %id)
    18511851
     1852            ## The ticket_update expects a # in front of the ticket id
     1853            #
     1854            id = "#%s" %(id)
     1855
    18521856            if not self.ticket_update(m, id, spam_msg):
    18531857                return False
     
    18581862            pass
    18591863
    1860         return False
     1864        return True
    18611865
    18621866    def parse_subject_field(self, m, subject, spam_msg):
Note: See TracChangeset for help on using the changeset viewer.