diff roundup/mailgw.py @ 438:9d97c1a4ddad

Notes from changes. >From CHANGES: . Added the "display" command to the admin tool - displays a node's values . [SF#489760] [issue] only subject . fixed the doc/index.html to include the quoting in the mail alias. Also: . fixed roundup-admin so it works with transactions . disabled the back_anydbm module if anydbm tries to use dumbdbm
author Richard Jones <richard@users.sourceforge.net>
date Mon, 10 Dec 2001 00:57:38 +0000
parents 2441743e335b
children 5b422e3bd05d
line wrap: on
line diff
--- a/roundup/mailgw.py	Sat Dec 08 07:06:20 2001 +0000
+++ b/roundup/mailgw.py	Mon Dec 10 00:57:38 2001 +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.40 2001-12-05 14:26:44 rochecompaan Exp $
+$Id: mailgw.py,v 1.41 2001-12-10 00:57:38 richard Exp $
 '''
 
 
@@ -276,7 +276,7 @@
 previous subject title intact so I can match that.
 
 Subject was: "%s"
-'''%(classname, subject)
+'''%subject
 
         # extract the args
         subject_args = m.group('args')
@@ -635,6 +635,10 @@
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.40  2001/12/05 14:26:44  rochecompaan
+# Removed generation of change note from "sendmessage" in roundupdb.py.
+# The change note is now generated when the message is created.
+#
 # Revision 1.39  2001/12/02 05:06:16  richard
 # . We now use weakrefs in the Classes to keep the database reference, so
 #   the close() method on the database is no longer needed.

Roundup Issue Tracker: http://roundup-tracker.org/