summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9b590eb)
raw | patch | inline | side by side (parent: 9b590eb)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 6 May 2002 23:40:07 +0000 (23:40 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 6 May 2002 23:40:07 +0000 (23:40 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@722 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/mailgw.py | patch | blob | history |
diff --git a/roundup/mailgw.py b/roundup/mailgw.py
index ae9b9faef1cf974506027e5e8b50a2113f9a56df..51679d95cf0f22a2ac6e28e96fdf533a1b26328d 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.69 2002-05-06 23:37:21 richard Exp $
+$Id: mailgw.py,v 1.70 2002-05-06 23:40:07 richard Exp $
'''
# ditch the stupid Outlook quoting of the entire original message
break
+
# and add the section to the output
l.append(section)
# we only set content for those who want to delete cruft from the
#
# $Log: not supported by cvs2svn $
+# 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.
+#
# Revision 1.68 2002/05/02 07:56:34 richard
# . added option to automatically add the authors and recipients of messages
# to the nosy lists with the options ADD_AUTHOR_TO_NOSY (default 'new') and