Code

fix problem with bounce-message if incoming mail has insufficient
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 15 Jul 2009 12:22:35 +0000 (12:22 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 15 Jul 2009 12:22:35 +0000 (12:22 +0000)
commit127b6984e96ba5d682c3de5c085034765f600c96
tree52eeccd7173d555a7384dc1e7dad294bae4949e6
parent6ca8e6cd10bf0777ca7291e7c10a950e03da5d66
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
CHANGES.txt
roundup/mailer.py
test/test_mailgw.py