git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Hommey <mh@glandium.org>
To: Jay Soffian <jaysoffian@gmail.com>
Cc: "Junio C Hamano" <gitster@pobox.com>,
	"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 22:49:59 +0100	[thread overview]
Message-ID: <20080221214959.GA4338@glandium.org> (raw)
In-Reply-To: <76718490802211341o1ddc36bbne4e6d551712e7cd0@mail.gmail.com>

On Thu, Feb 21, 2008 at 04:41:08PM -0500, Jay Soffian wrote:
> 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.

And reminds me something ;)
http://kerneltrap.org/mailarchive/git/2007/12/11/488177

Mike

  reply	other threads:[~2008-02-21 21:49 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
2008-02-21 21:49         ` Mike Hommey [this message]
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=20080221214959.GA4338@glandium.org \
    --to=mh@glandium.org \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jaysoffian@gmail.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).