Mercurial > p > roundup > code
diff CHANGES.txt @ 4215:57dfcc824acc
fix problem with bounce-message if incoming mail has insufficient privilege...
...e.g., user not existing (issue 2550534)
Added a regression test for this issue that reproduces the traceback
reported in issue 2550534
I'm using a slightly modified variant of the original patch that avoids
repeated string-concatenation (which could degenerate to quadratic runtime
behaviour for large number of email headers).
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Wed, 15 Jul 2009 12:22:35 +0000 |
| parents | 61cf00ca920a |
| children | 7baf1925c4c1 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Jul 14 18:21:06 2009 +0000 +++ b/CHANGES.txt Wed Jul 15 12:22:35 2009 +0000 @@ -10,6 +10,8 @@ - fix problems with french and german locale files (issue 2550546) - Run each message of the mail-gateway in a separate transaction, see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500 +- fix problem with bounce-message if incoming mail has insufficient + privilege, e.g., user not existing (issue 2550534) 2009-03-18 1.4.8 (r4209)
