Message4951
By changing one line in the current (second) version of the patch, I was
able to get it working with roundup 1.4.18 (I'm using an old version as
shipped with Ubuntu precise, but I presume the patch applies cleanly to
later versions too):
+ mailer = subprocess.Popen([sendmail, "-t"],
stdin=subprocess.PIPE, stderr=subprocess.PIPE)
In other words, use the -t parameter to sendmail (in my case, sendmail
was esmtp) as specified in msg4906. |
|
Date |
User |
Action |
Args |
2013-11-19 22:46:55 | rrt | set | messageid: <1384901215.84.0.541097159711.issue2550747@psf.upfronthosting.co.za> |
2013-11-19 22:46:55 | rrt | set | recipients:
+ rrt, ber, rouilj, pefu, jherazo-beverly, dgatwood |
2013-11-19 22:46:55 | rrt | link | issue2550747 messages |
2013-11-19 22:46:55 | rrt | create | |
|