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

RE: [PATCH] Python mailer hook script for Windows (2nd attempt)

From: Prucha, Brett A <Brett.Prucha.BAH_at_scrb.navy.mil>
Date: 2004-12-22 13:53:26 CET

>Actually, I'd just forbid piping to any kind of sendmail program on
Windows. You don't need it, since you can use Python's mail class and
use SMTP (even if you do use some kind of sendmail clone, you can SMTP
to localhost).
>
That fine with me. I was just adding it to be compatible with Unix.

>Looking at the patch below, the number of "if ...win32" tests gives me
the shudders.
-1, all those conditionals can be avoided if you use an OS-specific
helper class.
>
Can you give a small example of what you are looking for?

>Wha's that comma doing in the regular expression pattern? Why would you
quote parameters that contain a comma?
>
Hmm, you are right. It doesn't belong in there. I think I was thinking that I had to separate the characters by commas.
Received on Wed Dec 22 13:49:16 2004

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.