This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hc
Recipients hc
Date 2009-09-30.02:55:57
SpamBayes Score 0.00028014893
Marked as misclassified No
Message-id <1254279359.58.0.557199390007.issue7021@psf.upfronthosting.co.za>
In-reply-to
Content
I'm need to call sendmail. So I wrote:
http://paste.org.ru/?imuoia
os.stat there is to confirm that python can have access to sendmail
executable
That code returned an exception:
http://paste.org.ru/?jbxadp
But documentation says, that I can write executable name with args in
"args=" parameter. But program didn't work until I wrote
"/usr/sbin/sendmail" both in the "executable=" and "args=" parameters
History
Date User Action Args
2009-09-30 02:55:59hcsetrecipients: + hc
2009-09-30 02:55:59hcsetmessageid: <1254279359.58.0.557199390007.issue7021@psf.upfronthosting.co.za>
2009-09-30 02:55:58hclinkissue7021 messages
2009-09-30 02:55:57hccreate