I changed our commit-email.pl script to set the Reply-to header to
dev, which many people have been asking for. This is a Good Thing and
not at all contrary to the spirit of
http://www.unicom.com/pw/reply-to-harmful.html
because the script is a *user* of the `svn' list, and as such should
set its Reply-to however it thinks appropriate.
Unfortunately, the change isn't working, because apparently the
svn@subversion.tigris.org list munges the Reply-to header (harmfully,
as it happens).
Is there anyone reading this list (Brian?) who would know how to turn
this off? It doesn't seem to be an administrative option on the
MailingLists page at subversion.tigris.org.
Thanks,
-Karl
> Modified:
> trunk/tools/hook-scripts/commit-email.pl
> Log:
> msg
>
> Modified: trunk/tools/hook-scripts/commit-email.pl
> ==============================================================================
> --- OLD/trunk/tools/hook-scripts/commit-email.pl Fri Dec 21 13:18:20 2001
> +++ NEW/trunk/tools/hook-scripts/commit-email.pl Fri Dec 21 13:18:20 2001
> @@ -206,6 +206,7 @@
> push (@output, ("To: $userlist\n"));
> push (@output, ("From: $mail_from\n"));
> push (@output, ("Subject: $subject\n"));
> +push (@output, ("Reply-to: dev\@subversion.tigris.org\n"));
> push (@output, ("\n"));
>
> # mail body
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006