summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9220a75)
raw | patch | inline | side by side (parent: 9220a75)
author | rochecompaan <rochecompaan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 30 Nov 2001 13:16:37 +0000 (13:16 +0000) | ||
committer | rochecompaan <rochecompaan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 30 Nov 2001 13:16:37 +0000 (13:16 +0000) |
resulting in failed submissions when mails were processed from a Unix
mailbox
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@438 57a73879-2fb5-44c3-a270-3262357dd7e2
mailbox
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@438 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup-mailgw | patch | blob | history |
diff --git a/roundup-mailgw b/roundup-mailgw
index c4fcc7f05544ba04dc70f18b8025bebab544fe47..f31da5e815b4aadda6adbd1937a3fe49134c329a 100755 (executable)
--- a/roundup-mailgw
+++ b/roundup-mailgw
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: roundup-mailgw,v 1.14 2001-11-13 21:44:44 richard Exp $
+# $Id: roundup-mailgw,v 1.15 2001-11-30 13:16:37 rochecompaan Exp $
import sys, os, re, cStringIO
if int(sys.version[0]) < 2:
print "Roundup requires Python 2.0 or newer."
sys.exit(1)
-from mimetools import Message
+from roundup import mailgw
+Message = mailgw.Message
def do_pipe(handler):
'''Read a message from standard input and pass it to the mail handler.
#
# $Log: not supported by cvs2svn $
+# Revision 1.14 2001/11/13 21:44:44 richard
+# . re-open the database as the author in mail handling
+#
# Revision 1.13 2001/11/09 01:05:55 richard
# Fixed bug #479511 ] mailgw to pop once engelbert gruber tested the POP
# gateway.