From: Joe Perches <joe@perches.com>
To: "Kok, Auke" <auke-jan.h.kok@intel.com>
Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
torvalds@linux-foundation.org, linux-kernel@vger.kernel.org,
akpm@linux-foundation.org, Eng.Linux@digi.com
Subject: Re: [PATCH] [154/2many] MAINTAINERS - DIGI INTL. EPCA DRIVER
Date: Mon, 13 Aug 2007 21:13:18 -0700 [thread overview]
Message-ID: <1187064798.32555.7.camel@localhost> (raw)
In-Reply-To: <1187022904.10249.97.camel@localhost>
On Mon, 2007-08-13 at 09:35 -0700, Joe Perches wrote:
> On Mon, 2007-08-13 at 09:15 -0700, Kok, Auke wrote:
> > or properly put it on "quotes":
>
> I'll improve the script and revert the name changes.
# check for "must quote" chars in name
sub format_email {
my ($name, $email) = @_;
if ($name =~ tr@,\@<>@@) {
$formatted_email = "\"${name}\"\ \<${email}\>";
} else {
$formatted_email = "${name} \<${email}\>";
}
return $formatted_email;
}
Anyone know what chars require the name be quoted?
I've got: "," "@" "<" ">" ?
next prev parent reply other threads:[~2007-08-14 4:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-13 6:26 [PATCH] [154/2many] MAINTAINERS - DIGI INTL. EPCA DRIVER joe
2007-08-13 10:53 ` Alan Cox
2007-08-13 14:45 ` Stefan Richter
2007-08-13 15:35 ` Alan Cox
2007-08-13 16:15 ` Kok, Auke
2007-08-13 16:35 ` Joe Perches
2007-08-14 4:13 ` Joe Perches [this message]
2007-08-14 4:29 ` Cal Peake
2007-08-14 4:39 ` Joe Perches
2007-08-14 4:52 ` Cal Peake
2007-08-14 20:38 ` Stefan Richter
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=1187064798.32555.7.camel@localhost \
--to=joe@perches.com \
--cc=Eng.Linux@digi.com \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=auke-jan.h.kok@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stefanr@s5r6.in-berlin.de \
--cc=torvalds@linux-foundation.org \
/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