Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4214:d5cd6f440396 | 4215:57dfcc824acc |
|---|---|
| 8 - fixed action taken in response to invalid GET request | 8 - fixed action taken in response to invalid GET request |
| 9 - fixed classic tracker template to submit POST requests when appropriate | 9 - fixed classic tracker template to submit POST requests when appropriate |
| 10 - fix problems with french and german locale files (issue 2550546) | 10 - fix problems with french and german locale files (issue 2550546) |
| 11 - Run each message of the mail-gateway in a separate transaction, | 11 - Run each message of the mail-gateway in a separate transaction, |
| 12 see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500 | 12 see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500 |
| 13 - fix problem with bounce-message if incoming mail has insufficient | |
| 14 privilege, e.g., user not existing (issue 2550534) | |
| 13 | 15 |
| 14 | 16 |
| 15 2009-03-18 1.4.8 (r4209) | 17 2009-03-18 1.4.8 (r4209) |
| 16 | 18 |
| 17 Fixes: | 19 Fixes: |
