log roundup/mailgw.py @ 3192:eb00a2fa0e0e maint-0.8 0.8.0

age author description
Tue, 15 Feb 2005 23:42:38 +0000 Richard Jones fixes maint-0.8
Mon, 14 Feb 2005 05:56:00 +0000 Richard Jones merge from HEAD maint-0.8
Mon, 14 Feb 2005 05:54:41 +0000 Richard Jones ignore AutoReply messages (patch [SF#1085051])
Mon, 14 Feb 2005 02:55:31 +0000 Richard Jones merge from HEAD maint-0.8
Mon, 14 Feb 2005 02:48:12 +0000 Richard Jones Python 2.3 minimum version - bye bye roundup.rlog, you had a short life.
Mon, 03 Jan 2005 02:59:29 +0000 Richard Jones merge from HEAD maint-0.7
Mon, 03 Jan 2005 02:59:29 +0000 Richard Jones merge from HEAD maint-0.8
Mon, 03 Jan 2005 02:52:00 +0000 Richard Jones don't set the title to nothing from incoming mail (thanks Bruce Guenter)
Wed, 17 Nov 2004 22:16:29 +0000 Richard Jones merge maint-0-7
Wed, 17 Nov 2004 22:10:02 +0000 Richard Jones make hyperdb value parsing errors readable in mailgw errors maint-0.7
Fri, 12 Nov 2004 04:07:05 +0000 Richard Jones fix some bugs introduced in refactoring of blobfiles filename()
Mon, 11 Oct 2004 05:20:37 +0000 Richard Jones pydotorg-specific change to mailgw to handle bizzaro permissions ;) maint-0.7
Wed, 29 Sep 2004 08:47:59 +0000 Alexander Smishlajev fix: r1.149.2.1 removed except else clause... maint-0.7
Wed, 29 Sep 2004 08:30:24 +0000 Alexander Smishlajev fix: [[CVS:1.154]] removed except else clause...
Wed, 29 Sep 2004 07:05:57 +0000 Alexander Smishlajev fix argument order in call to hasPermission;
Tue, 14 Sep 2004 22:09:48 +0000 Richard Jones mailgw can override the MAIL_DEFUALT_CLASS
Tue, 14 Sep 2004 22:03:43 +0000 Richard Jones mailgw can override the MAIL_DEFUALT_CLASS maint-0.7
Tue, 07 Sep 2004 10:40:15 +0000 Richard Jones merge from maint-0-7
Tue, 07 Sep 2004 10:37:52 +0000 Richard Jones Reject raised against email messages should result in email rejection... maint-0.7
Wed, 28 Jul 2004 02:29:46 +0000 Richard Jones Buncha stuff (sorry about the large checkin):
Mon, 26 Jul 2004 09:29:22 +0000 Alexander Smishlajev MailGW.handle_message():
Wed, 14 Jul 2004 01:12:25 +0000 Richard Jones roundup-mailgw now logs fatal exceptions rather than mailing them to admin
Tue, 25 May 2004 00:43:01 +0000 Richard Jones fix comment
Thu, 20 May 2004 00:16:37 +0000 Richard Jones *** empty log message *** maint-0.6
Thu, 20 May 2004 00:10:10 +0000 Richard Jones look harder for text/plain in email maint-0.6
Tue, 20 Apr 2004 22:01:12 +0000 Richard Jones removed Boolean from source to make py <2.3 happy [SF#938790]
Tue, 13 Apr 2004 04:19:56 +0000 Richard Jones *** empty log message ***
Tue, 13 Apr 2004 04:11:49 +0000 Richard Jones added IMAP support to mail gateway (rfe [SF#934000])
Sat, 10 Apr 2004 22:10:48 +0000 Richard Jones allow SENDMAILDEBUG=stdout maint-0.6
Fri, 26 Mar 2004 00:44:11 +0000 Richard Jones add and use Reject exception [SF#700265]
Thu, 25 Mar 2004 22:52:12 +0000 Richard Jones have bounce_message do the error_messages_to heavy-lifting
Thu, 25 Mar 2004 19:27:15 +0000 Eddie Parker Added the ability to toggle where error messages go.
Wed, 24 Mar 2004 22:27:39 +0000 Richard Jones look harder for text/plain in email maint-0.6
Wed, 11 Feb 2004 23:55:10 +0000 Richard Jones documentation cleanup
Tue, 20 Jan 2004 00:06:09 +0000 Richard Jones fix minor bug in mailgw POP handler
Sat, 17 Jan 2004 13:49:06 +0000 Johannes Gijsbers *** empty log message ***
Wed, 07 Jan 2004 22:44:44 +0000 Richard Jones allow serving of non-"file"-Class file content (eg. paper_file) maint-0.6
Fri, 19 Dec 2003 01:51:56 +0000 Richard Jones merge from HEAD maint-0.6
Fri, 19 Dec 2003 01:50:19 +0000 Richard Jones fixed mailgw handling of subject-line errors
Thu, 04 Dec 2003 23:34:25 +0000 Richard Jones ignore incoming email with "Precedence: bulk" (patch [SF#843489])
Thu, 13 Nov 2003 03:41:38 +0000 Richard Jones Resent-From: header
Tue, 11 Nov 2003 00:35:14 +0000 Richard Jones Centralised conversion of user-input data to hyperdb values
Mon, 03 Nov 2003 18:34:03 +0000 Johannes Gijsbers Don't rely on being about an issue...
Sat, 25 Oct 2003 12:03:41 +0000 Johannes Gijsbers Don't be strict about the space following the two hyphens...
Fri, 24 Oct 2003 14:59:38 +0000 Johannes Gijsbers Make signature matching more precise: only match '-- '...
Sat, 04 Oct 2003 11:21:47 +0000 Johannes Gijsbers Fix mailer bug [SF#817470]...
Mon, 08 Sep 2003 21:27:16 +0000 Johannes Gijsbers Oops.
Mon, 08 Sep 2003 21:18:56 +0000 Johannes Gijsbers Send a message confirming the confirmation.
Mon, 08 Sep 2003 09:28:28 +0000 Johannes Gijsbers Extracted duplicated mail-sending code...
Sat, 06 Sep 2003 10:37:11 +0000 Johannes Gijsbers Oops, forgot to run all tests. Fixed.
Sat, 06 Sep 2003 10:21:18 +0000 Johannes Gijsbers mailgw now accepts registration confirmation mail that uses otk
Fri, 05 Sep 2003 20:56:39 +0000 Johannes Gijsbers Normalize multiline strings for emacs.
Wed, 25 Jun 2003 08:02:51 +0000 Jean Jordaan The .replace in getheader would fail for absent headers (that return None).
Tue, 24 Jun 2003 12:39:20 +0000 Jean Jordaan Documentation fixes.
Mon, 23 Jun 2003 08:37:15 +0000 Jean Jordaan Made subject_re an attribute of MailGW...
Wed, 18 Jun 2003 23:34:52 +0000 Richard Jones handle missing Subject: line [SF#755331]
Wed, 18 Jun 2003 23:31:52 +0000 Richard Jones handle deprecation of FCNTL in python2.2+
Sun, 27 Apr 2003 02:16:48 +0000 Richard Jones set title on issues even when the email body is empty [SF#727430]
Thu, 24 Apr 2003 20:30:37 +0000 Andrey Lebedev syntax error
Thu, 24 Apr 2003 07:51:52 +0000 Richard Jones email registered users shouldn't be able to log in [SF#714673] maint-0.5

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