Roundup Tracker - Issues

Message4951

Author rrt
Recipients ber, dgatwood, jherazo-beverly, pefu, rouilj, rrt
Date 2013-11-19.22:46:55
Message-id <1384901215.84.0.541097159711.issue2550747@psf.upfronthosting.co.za>
In-reply-to
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.
History
Date User Action Args
2013-11-19 22:46:55rrtsetmessageid: <1384901215.84.0.541097159711.issue2550747@psf.upfronthosting.co.za>
2013-11-19 22:46:55rrtsetrecipients: + rrt, ber, rouilj, pefu, jherazo-beverly, dgatwood
2013-11-19 22:46:55rrtlinkissue2550747 messages
2013-11-19 22:46:55rrtcreate