Mercurial > p > roundup > code
diff roundup/mailgw.py @ 3793:63288c1e45b6
more "re"/"fwd" translations
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 19 Dec 2006 01:13:31 +0000 |
| parents | ee73abcc95d2 |
| children | 12fc9a8bd3e6 |
line wrap: on
line diff
--- a/roundup/mailgw.py Mon Dec 18 12:10:10 2006 +0000 +++ b/roundup/mailgw.py Tue Dec 19 01:13:31 2006 +0000 @@ -72,7 +72,7 @@ an exception, the original message is bounced back to the sender with the explanatory message given in the exception. -$Id: mailgw.py,v 1.179 2006-12-13 23:32:38 richard Exp $ +$Id: mailgw.py,v 1.180 2006-12-19 01:13:31 richard Exp $ """ __docformat__ = 'restructuredtext' @@ -625,7 +625,7 @@ delim_close = re.escape(close) if delim_close in '[(': delim_close = '\\' + delim_close subject_re = r''' - (?P<refwd>\s*\W?\s*(fw|fwd|re|aw)\W\s*)*\s* # Re: + (?P<refwd>\s*\W?\s*(fw|fwd|re|aw|sv|ang)\W\s*)*\s* # Re: (?P<quote>")? # Leading " (%s(?P<classname>[^\d\s]+) # [issue.. (?P<nodeid>\d+)? # ..1234]
