Merge branch 'stable'

This commit is contained in:
Anand Doshi 2012-01-12 13:07:49 +05:30
commit 723660f3fe

View file

@ -69,7 +69,7 @@ class IncomingMail:
import re
subject = self.mail.get('Subject', '')
return re.findall('(?<=\[)\w+', subject)
return re.findall('(?<=\[)[\w/]+', subject)
def process_part(self, part):