diff --git a/talon/quotations.py b/talon/quotations.py index 8e2b2b7..928a8ee 100644 --- a/talon/quotations.py +++ b/talon/quotations.py @@ -131,7 +131,7 @@ RE_ORIGINAL_MESSAGE = re.compile(u'[\s]*[-]+[ ]*({})[ ]*[-]+'.format( 'Oprindelig meddelelse', ))), re.I) -RE_FROM_COLON_OR_DATE_COLON = re.compile(u'(_+\r?\n)?[\s]*(:?[*]?{})[\s]?:[*]? .*'.format( +RE_FROM_COLON_OR_DATE_COLON = re.compile(u'(_+\r?\n)?[\s]*(:?[*]?{})[\s]?:[*]?.*'.format( u'|'.join(( # "From" in different languages. 'From', 'Van', 'De', 'Von', 'Fra', u'Från',