Merge branch 'stable'
This commit is contained in:
commit
723660f3fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue