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

mailer.py issue

From: Robert M.Zigweid <rzigweid_at_zigweid.net>
Date: 2004-03-24 17:11:43 CET

Ok, on Ben's suggestion, here's the bug that I filed
(http://subversion.tigris.org/issues/show_bug.cgi?id=1804).

Essentially, mailer.py currently bombs out when it tries to send a mail
to a non-existant address, making generalized project rolls problematic
if the project doesn't have the specified email address. My quickfix
for this was just to catch the exception (as noted in the bug report)
and pass on it, so that it does not kill any other mails. Ideally, I
would think that some sort of error message should be generated for the
purpose of logging, but I didn't do that with mine (as I don't log it
;), but it shouldn't stop processing because there might be other
legitimate mails that need to go through and the commit has already
happened (in the case of a post-commit or post-revprop script).

Regards,

Robert

-- 
Robert M. Zigweid                           rzigweid@zigweid.net
                                             http://rzigweid.zigweid.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 24 17:14:59 2004

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

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