summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 064f3ef)
raw | patch | inline | side by side (parent: 064f3ef)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 7 Nov 2001 05:30:11 +0000 (05:30 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 7 Nov 2001 05:30:11 +0000 (05:30 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@379 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup-mailgw | patch | blob | history |
diff --git a/roundup-mailgw b/roundup-mailgw
index 6aad854e11ef76e9506f8a3d8cb4abd9b6699351..15f765b493133134ff8f9f60eede6b55cd22e856 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.9 2001-11-07 05:29:26 richard Exp $
+# $Id: roundup-mailgw,v 1.10 2001-11-07 05:30:11 richard Exp $
import sys
if int(sys.version[0]) < 2:
else:
instance_home = os.environ.get('ROUNDUP_INSTANCE', '')
if not instance_home:
- print 'No instance home specified'
+ print 'Usage: %s <instance home> [mail spool file]'%sys.argv[0]
sys.exit(1)
# get the instance
#
# $Log: not supported by cvs2svn $
+# Revision 1.9 2001/11/07 05:29:26 richard
+# Modified roundup-mailgw so it can read e-mails from a local mail spool
+# file. Truncates the spool file after parsing.
+# Fixed a couple of small bugs introduced in roundup.mailgw when I started
+# the popgw.
+#
# Revision 1.8 2001/11/01 22:04:37 richard
# Started work on supporting a pop3-fetching server
# Fixed bugs: