git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adam Lee <adam.lee@canonical.com>
To: Jeff King <peff@peff.net>
Cc: git@vger.kernel.org
Subject: [Closed] git-email: sendemail.bcc in config file overrides command line option "--bcc"
Date: Sat, 10 May 2014 00:26:08 +0800	[thread overview]
Message-ID: <20140509162608.GA25057@adam-laptop> (raw)
In-Reply-To: <20140509154509.GE18197@sigill.intra.peff.net>

On Fri, May 09, 2014 at 11:45:09AM -0400, Jeff King wrote:
> On Fri, May 09, 2014 at 04:13:31PM +0800, Adam Lee wrote:
> 
> > BugLink: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747068
> > 
> > "--bcc" should have higher priority than sendemail.bcc.
> > 
> > > --bcc=<address>
> > >     Specify a "Bcc:" value for each email. Default is the value of sendemail.bcc.
> > >
> > >     The --bcc option must be repeated for each user you want on the bcc list.
> > 
> > Reproducing steps:
> > 1, set sendemail.bcc in .gitconfig.
> > 2, git send-email --bcc with another address.
> 
> Hrm, I cannot reproduce at all here:
> 
>   $ git config sendemail.bcc config-bcc@example.com
>   $ git send-email --dry-run --to=to@example.com -1 origin
>   (mbox) Adding cc: Junio C Hamano <gitster@pobox.com> from line 'From: Junio C Hamano <gitster@pobox.com>'
>   Dry-OK. Log says:
>   Sendmail: /usr/sbin/sendmail -i to@example.com gitster@pobox.com config-bcc@example.com
>   > [...]
> 
> OK, so our configured bcc works. Now let's override it:
> 
>   $ git send-email --dry-run --to=to@example.com \
>       --bcc=cmdline-bcc@example.com -1 origin
>   (mbox) Adding cc: Junio C Hamano <gitster@pobox.com> from line 'From: Junio C Hamano <gitster@pobox.com>'
>   Dry-OK. Log says:
>   Sendmail: /usr/sbin/sendmail -i to@example.com gitster@pobox.com cmdline-bcc@example.com
> 
> That looks like it's working as expected. Can you show us similar
> commands that demonstrate the failure?
> 
> -Peff

I can't reproduce it now, there might be something wrong in my command
lines, let's close it first. Thanks, Jeff.

-- 
Adam Lee

      reply	other threads:[~2014-05-09 16:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-09  8:13 [Bug] git-email: sendemail.bcc in config file overrides command line option "--bcc" Adam Lee
2014-05-09 15:45 ` Jeff King
2014-05-09 16:26   ` Adam Lee [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140509162608.GA25057@adam-laptop \
    --to=adam.lee@canonical.com \
    --cc=git@vger.kernel.org \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).