You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Robert M.Zigweid" <rz...@zigweid.net> on 2004/03/24 16:11:43 UTC

mailer.py issue

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