Ticket #276: email2trac.py.in.diff

File email2trac.py.in.diff, 544 bytes (added by d.love@…, 11 years ago)
  • email2trac.py.in

    old new  
    11421142        found_id = None
    11431143        if self.parameters.ticket_update and self.parameters.ticket_update_by_subject:
    11441144               
    1145             SUBJECT_RE = re.compile(r'^(?:(?:RE|AW|VS|SV|FW|FWD):\s*)+(.*)', re.IGNORECASE)
     1145            SUBJECT_RE = re.compile(r'^(?:(?:RE:|AW:|VS:|SV:|FW:|FWD:|[[][^]]+])\s*)+(.*)', re.IGNORECASE)
    11461146            result = SUBJECT_RE.search(subject)
    11471147
    11481148            if result: