You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Brownlee <ab...@absd.org> on 2009/05/21 17:10:30 UTC

Small bug in commit-email.pl breaks headers

There is a small logic error in commit-email.pl which causes it to
 	prefix the mail headers with 'From '...

 	This causes the headers to be seen as part of the message body.

 	The patch is simple enough - is this worth filing a bug for?

 	Thanks

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2351706

Re: Small bug in commit-email.pl breaks headers

Posted by Edmund Wong <ed...@kdtc.net>.
David Brownlee wrote:
> There is a small logic error in commit-email.pl which causes it to
>  	prefix the mail headers with 'From '...
> 
>  	This causes the headers to be seen as part of the message body.
> 
>  	The patch is simple enough - is this worth filing a bug for?
> 
>  	Thanks
> 

AFAIK,  commit-email.pl has been deprecated in favor of
mailer.py.

So I would hazard a guess that this bug won't be worth
filing for.

Of course, I'm stuck with using commit-email.pl because
my configure can't seem to find the new swig python bindings.
:(

Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2353076