@@ -73,7 +73,7 @@ class node. Any parts of other types are each stored in separate files
7373an exception, the original message is bounced back to the sender with the
7474explanatory 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