From: Andy Parkins <andyparkins@gmail.com>
To: git@vger.kernel.org
Cc: Jim Meyering <jim@meyering.net>
Subject: Re: [PATCH] hooks--update: new, required, config variable: hooks.envelopesender,
Date: Fri, 23 Mar 2007 12:58:31 +0000 [thread overview]
Message-ID: <200703231258.34339.andyparkins@gmail.com> (raw)
In-Reply-To: <874poc88ix.fsf@rho.meyering.net>
On Friday 2007 March 23 12:11, Jim Meyering wrote:
> This change adds a new, required, config variable: hooks.envelopesender,
> and use that with sendmail's -f option. This is important in order
> to avoid relying on sendmail's "guess" at an appropriate envelope
> sender address. Without this, and in the presence of strict servers,
> it is far too easy not ever to be notified, or (more insidious) never
> to receive bounce email.
Won't work.
>From "man sendmail" (although my sendmail is actually exim)
"Set the address of the sender of a locally-generated message. This option
can normally be used only by root or the Exim user or by one of the con-
figured trusted users. However, anyone may use it when testing a filter file
with -bf or when testing or verifying addresses using the -bt or -bv
options. In other cases, the sender of a local message is always set up as
the user who ran the exim command, and -f is ignored, with one exception."
The hook scripts run under the identity of the user doing the push; so "-f"
won't have an effect.
I'm not sure why you would even need it; as the above quote says, the sender
is set up as the user who ran the command.
I've only tested this with exim; perhaps it's different for other mailers.
Andy
--
Dr Andy Parkins, M Eng (hons), MIET
andyparkins@gmail.com
next prev parent reply other threads:[~2007-03-23 12:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-23 12:11 [PATCH] hooks--update: new, required, config variable: hooks.envelopesender, Jim Meyering
2007-03-23 12:58 ` Andy Parkins [this message]
2007-03-23 13:29 ` Jim Meyering
2007-03-23 14:05 ` Jakub Narebski
2007-03-23 14:12 ` Andy Parkins
2007-03-23 15:25 ` Jim Meyering
2007-03-23 16:15 ` Andy Parkins
2007-03-24 11:27 ` Jim Meyering
2007-03-24 12:16 ` Andy Parkins
2007-03-24 19:58 ` [PATCH] hooks--update: new, optional, config variable: hooks.envelopesender Jim Meyering
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=200703231258.34339.andyparkins@gmail.com \
--to=andyparkins@gmail.com \
--cc=git@vger.kernel.org \
--cc=jim@meyering.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).