Skip to content

Commit 499b564

Browse files
author
Richard Jones
committed
more "re"/"fwd" translations
1 parent 2c90936 commit 499b564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/mailgw.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class node. Any parts of other types are each stored in separate files
7272
an exception, the original message is bounced back to the sender with the
7373
explanatory 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]

0 commit comments

Comments
 (0)