Proposed minor fix to commit-email.pl.in
From: Neil Steiner <neil.steiner_at_vt.edu>
Date: 2004-03-20 18:26:46 CET
Hello,
Although I've joined the project, I see that I don't have commit accesss
When I set up my Subversion repository to send post-commit emails
/project/JHDLBits/svn/JHDLBits/hooks/commit-email.pl \
What shows up in the email "To:" headers is:
jehunte3%vt.edu.apoetter%vt.edu.ikek70%vt.edu.jedmison%vt.edu.maparks@vt.edu.neil.steiner
Let me emphasize that while the header looks wrong, the email is
The script joins the recipients with a space as a delimiter, which is
I suggest changing svn/tools/hook-scripts/commit-email.pl.in line 414
push(@head, "To: $userlist\n");
to
my $header_userlist;
For your information, I'm using Linux 2.6.3-1-686 with Exim 3.36.
Neil
---------------------------------------------------------------------
|
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.