[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 4317 - trunk/tools/hook-scripts

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-01-10 01:41:56 CET

ender wrote:

>On Thursday 09 January 2003 04:00 pm, Branko Čibej wrote:
>
>
>>gstein@tigris.org wrote:
>>
>>
>>>+#
>>>------------------------------------------------------------------------
>>>+# TODO
>>>+#
>>>+# * pipe output into a mail program (and avoid os.popen)
>>>
>>>
>>Wouldn't using the smtplib.SMTP class be best? Then the mailer.py script
>>wouldn't depend on the availability of a particular (unix) mail program.
>>
>>
>
>moving to smtp would definitely be better for portability, but another issue
>is that by using the (unix) mail program (s), you can inject directly into
>the mta queue, which for some edge cases is a better thing to do if a direct
>smtp socket connection is not possible such that the message isn't lost.
>
>

It also makes the script terminally impossible to use on Windows. Well,
either that, or introduce platform-specific code there. Is making a SMTP
connection to localhost much different than piping through mailx?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 10 01:42:44 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.