summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6078fc1)
raw | patch | inline | side by side (parent: 6078fc1)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 8 May 2002 02:40:55 +0000 (02:40 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 8 May 2002 02:40:55 +0000 (02:40 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@723 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/mailgw.py | patch | blob | history |
diff --git a/roundup/mailgw.py b/roundup/mailgw.py
index 51679d95cf0f22a2ac6e28e96fdf533a1b26328d..a4664e1b9f5bcd1c9dd3cf35d37f4116708a1039 100644 (file)
--- a/roundup/mailgw.py
+++ b/roundup/mailgw.py
an exception, the original message is bounced back to the sender with the
explanatory message given in the exception.
-$Id: mailgw.py,v 1.70 2002-05-06 23:40:07 richard Exp $
+$Id: mailgw.py,v 1.71 2002-05-08 02:40:55 richard Exp $
'''
blank_line=re.compile(r'[\r\n]+\s*[\r\n]+'),
eol=re.compile(r'[\r\n]+'),
signature=re.compile(r'^[>|\s]*[-_]+\s*$'),
- original_message=re.compile(r'^-----Original Message-----$')):
+ original_message=re.compile(r'^[>|\s]*-----Original Message-----$')):
''' The message body is divided into sections by blank lines.
Sections where the second and all subsequent lines begin with a ">" or "|"
character are considered "quoting sections". The first line of the first
#
# $Log: not supported by cvs2svn $
+# Revision 1.70 2002/05/06 23:40:07 richard
+# hrm
+#
# Revision 1.69 2002/05/06 23:37:21 richard
# Tweaking the signature deletion from mail messages.
# Added nuking of the "-----Original Message-----" crap from Outlook.