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

Re: [PATCH] fix for incorrect/missing mail headers in commit-email.pl

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 21 Jan 2009 14:15:16 +0100

On Wed, Jan 21, 2009 at 14:02, Martin Furter <mf_at_rola.ch> wrote:
>
> I guess it's easier to manage a text file containing one To: address per
> line instead of a config file.
> The following (untested) patch adds that feature to mailer.py .
> (I can't test it since I do not have the bindings installed yet, but I'll do
> if there's interest in this feature.)

The config file doesn't need a whole lot in it. You could do something like:

[general]
mail_command = /usr/sbin/sendmail
[defaults]
from_addr = noreply_at_example.com
generate_diffs = add copy modify
to_addr =
  john_at_example.com
  jane_at_example.com
  third_at_example.com

IOW, it would be just like a file with a list of addresses, but with a
few lines of prefix.

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1041169
Received on 2009-01-21 14:15:32 CET

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.