Cal Peake wrote:
> On Mon, 13 Aug 2007, Joe Perches wrote:
>
>> On Tue, 2007-08-14 at 00:29 -0400, Cal Peake wrote:
>>> Prolly /[^a-z0-9]/i would the safest bet. Also don't forget to escape
>>> double quotes (e.g. "Jonathan \"Jon\" Doe" <[EMAIL PROTECTED]>).
>> A-Z and [[:space:]] are OK too.
>
On Mon, 13 Aug 2007, Joe Perches wrote:
> On Tue, 2007-08-14 at 00:29 -0400, Cal Peake wrote:
> > Prolly /[^a-z0-9]/i would the safest bet. Also don't forget to escape
> > double quotes (e.g. "Jonathan \"Jon\" Doe" <[EMAIL PROTECTED]>).
>
> A-Z and [[:space:]] are OK too.
The 'i' at the end of
On Tue, 2007-08-14 at 00:29 -0400, Cal Peake wrote:
> Prolly /[^a-z0-9]/i would the safest bet. Also don't forget to escape
> double quotes (e.g. "Jonathan \"Jon\" Doe" <[EMAIL PROTECTED]>).
A-Z and [[:space:]] are OK too.
I skimmed the spec, but nothing jumped out at me.
-
To unsubscribe from t
On Mon, 13 Aug 2007, Joe Perches wrote:
> 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
>
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
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.
cheers, Joe
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at h
Stefan Richter wrote:
Alan Cox wrote:
On Sun, 12 Aug 2007 23:26:16 -0700
[EMAIL PROTECTED] wrote:
DIGI INTL. EPCA DRIVER
-P: Digi International, Inc
+P: Digi International Inc
The "," is correct and how they added themselves.
Please don't hide other types of change in a large changes
> I'm not Joe, but I gather this change is in order to support generation
> of RFC 278 headers by the proposed script.
The mail system supports comma characters if you must put names in and
this is well tested both for names and for usernames (because of TOPS,
old compu$erve etc)
Fix the script
-
Alan Cox wrote:
> On Sun, 12 Aug 2007 23:26:16 -0700
> [EMAIL PROTECTED] wrote:
>> DIGI INTL. EPCA DRIVER
>> -P: Digi International, Inc
>> +P: Digi International Inc
>
> The "," is correct and how they added themselves.
>
> Please don't hide other types of change in a large changeset without
On Sun, 12 Aug 2007 23:26:16 -0700
[EMAIL PROTECTED] wrote:
> Add file pattern to MAINTAINER entry
>
> Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 36a7d25..edebf01 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1482,7 +1482,7 @@ L:
10 matches
Mail list logo