From: "Jay Soffian" <jaysoffian@gmail.com>
To: "Junio C Hamano" <gitster@pobox.com>
Cc: "Uwe Kleine-König" <ukleinek@informatik.uni-freiburg.de>,
"Len Brown" <lenb@kernel.org>,
git@vger.kernel.org
Subject: Re: git-send-email getting filtered as spam by vger.kernel.org
Date: Thu, 21 Feb 2008 16:41:08 -0500 [thread overview]
Message-ID: <76718490802211341o1ddc36bbne4e6d551712e7cd0@mail.gmail.com> (raw)
In-Reply-To: <7vejb6t3kk.fsf@gitster.siamese.dyndns.org>
On Thu, Feb 21, 2008 at 4:14 PM, Junio C Hamano <gitster@pobox.com> wrote:
> Perhaps we should fix it up like this...
Doh, my bad...
> diff --git a/git-send-email.perl b/git-send-email.perl
> index ccb87a2..c9f8c6b 100755
> --- a/git-send-email.perl
> +++ b/git-send-email.perl
> @@ -475,7 +475,7 @@ if ($thread && !defined $initial_reply_to && $prompting) {
>
> $initial_reply_to = $_;
> }
> -if (defined $initial_reply_to) {
> +if (defined $initial_reply_to && $initial_reply_to ne '') {
> $initial_reply_to =~ s/^\s*<?/</;
> $initial_reply_to =~ s/>?\s*$/>/;
> }
Actually:
if ($initial_reply_to) { ...
should be all that's needed.
j.
next prev parent reply other threads:[~2008-02-21 21:41 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-21 9:29 git-send-email getting filtered as spam by vger.kernel.org Len Brown
2008-02-21 12:21 ` Len Brown
2008-02-21 20:51 ` Uwe Kleine-König
2008-02-21 21:14 ` Junio C Hamano
2008-02-21 21:34 ` Mike Hommey
2008-02-21 21:41 ` Jay Soffian [this message]
2008-02-21 21:49 ` Mike Hommey
2008-02-21 21:51 ` Jay Soffian
2008-02-22 0:16 ` [PATCH] send-email: fix In-Reply-To regression Jay Soffian
2008-02-22 1:18 ` Junio C Hamano
2008-02-27 11:13 ` Uwe Kleine-König
2008-02-27 19:48 ` Junio C Hamano
2008-02-21 22:05 ` git-send-email getting filtered as spam by vger.kernel.org Junio C Hamano
2008-02-23 6:23 ` Len Brown
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=76718490802211341o1ddc36bbne4e6d551712e7cd0@mail.gmail.com \
--to=jaysoffian@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=lenb@kernel.org \
--cc=ukleinek@informatik.uni-freiburg.de \
/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).