File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class node. Any parts of other types are each stored in separate files
7272an exception, the original message is bounced back to the sender with the
7373explanatory message given in the exception.
7474
75- $Id: mailgw.py,v 1.179 2006-12-13 23:32:38 richard Exp $
75+ $Id: mailgw.py,v 1.180 2006-12-19 01:13:31 richard Exp $
7676"""
7777__docformat__ = 'restructuredtext'
7878
@@ -625,7 +625,7 @@ def handle_message(self, message):
625625 delim_close = re .escape (close )
626626 if delim_close in '[(' : delim_close = '\\ ' + delim_close
627627 subject_re = r'''
628- (?P<refwd>\s*\W?\s*(fw|fwd|re|aw)\W\s*)*\s* # Re:
628+ (?P<refwd>\s*\W?\s*(fw|fwd|re|aw|sv|ang )\W\s*)*\s* # Re:
629629 (?P<quote>")? # Leading "
630630 (%s(?P<classname>[^\d\s]+) # [issue..
631631 (?P<nodeid>\d+)? # ..1234]
You can’t perform that action at this time.
0 commit comments