author | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 15 Jul 2009 12:22:35 +0000 (12:22 +0000) | ||
committer | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 15 Jul 2009 12:22:35 +0000 (12:22 +0000) | ||
commit | 127b6984e96ba5d682c3de5c085034765f600c96 | |
tree | 52eeccd7173d555a7384dc1e7dad294bae4949e6 | tree | snapshot |
parent | 6ca8e6cd10bf0777ca7291e7c10a950e03da5d66 | commit | diff |
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).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4319 57a73879-2fb5-44c3-a270-3262357dd7e2
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).
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4319 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | diff | blob | history | |
roundup/mailer.py | diff | blob | history | |
test/test_mailgw.py | diff | blob | history |