Mercurial > p > roundup > code
diff roundup/mailgw.py @ 1591:21312a7564fd
moving templates around
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 17 Apr 2003 03:38:00 +0000 |
| parents | caae7d8934dc |
| children | 4074e2336eed |
line wrap: on
line diff
--- a/roundup/mailgw.py Thu Apr 17 03:21:29 2003 +0000 +++ b/roundup/mailgw.py Thu Apr 17 03:38:00 2003 +0000 @@ -73,7 +73,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.114 2003-04-10 05:12:41 richard Exp $ +$Id: mailgw.py,v 1.115 2003-04-17 03:37:59 richard Exp $ ''' import string, re, os, mimetools, cStringIO, smtplib, socket, binascii, quopri @@ -806,6 +806,7 @@ # parse the body of the message, stripping out bits as appropriate summary, content = parseContent(content, keep_citations, keep_body) + content = content.strip() # # handle the attachments
