Skip to content

Commit 60235c0

Browse files
author
Richard Jones
committed
grr
1 parent edc6a3a commit 60235c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/mailgw.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class node. Any parts of other types are each stored in separate files
7373
an exception, the original message is bounced back to the sender with the
7474
explanatory message given in the exception.
7575
76-
$Id: mailgw.py,v 1.70 2002-05-06 23:40:07 richard Exp $
76+
$Id: mailgw.py,v 1.71 2002-05-08 02:40:55 richard Exp $
7777
'''
7878

7979

@@ -768,7 +768,7 @@ def parseContent(content, keep_citations, keep_body,
768768
blank_line=re.compile(r'[\r\n]+\s*[\r\n]+'),
769769
eol=re.compile(r'[\r\n]+'),
770770
signature=re.compile(r'^[>|\s]*[-_]+\s*$'),
771-
original_message=re.compile(r'^-----Original Message-----$')):
771+
original_message=re.compile(r'^[>|\s]*-----Original Message-----$')):
772772
''' The message body is divided into sections by blank lines.
773773
Sections where the second and all subsequent lines begin with a ">" or "|"
774774
character are considered "quoting sections". The first line of the first
@@ -834,6 +834,9 @@ def parseContent(content, keep_citations, keep_body,
834834

835835
#
836836
# $Log: not supported by cvs2svn $
837+
# Revision 1.70 2002/05/06 23:40:07 richard
838+
# hrm
839+
#
837840
# Revision 1.69 2002/05/06 23:37:21 richard
838841
# Tweaking the signature deletion from mail messages.
839842
# Added nuking of the "-----Original Message-----" crap from Outlook.

0 commit comments

Comments
 (0)