On Mon, Aug 01, 2005 at 04:21:08PM -0700, Junio C Hamano wrote: > Noel Maddy <[EMAIL PROTECTED]> writes: > > > my %tmp; > > @to = grep { ! $tmp->{$_}++ && Email::Valid->address($_) } @to; > > Please refrain from making this thread "I know more Perl than > you do"; thank you.
Perl is a rather crazy community sometimes. I owe you 2 (I think) fixes, which I should get to tonight sometime: 1. Stop using lc on the email addresses. 2. The new message-id I added in the last patch is broken. (I was in a hurry and didn't think it through enough.) After I do those, I'll rebase the git-send-email-script combine my various patch sets into 2 patches (script/Makefile and Documentation/). Sound good? -- Ryan Anderson sometimes Pug Majere - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html