> [EMAIL PROTECTED] qpsmtpd]# perl -MMail::Address -le 'print 
> $Mail::Address::VERSION; print Mail::Address->new("<>")->format'
> 1.59
> <>
> [EMAIL PROTECTED] qpsmtpd]#
> 
> I think the current code is right - after all the address technically 
> is blank, it's only the formatting that's "<>".

You're right.  It's a debian issue from their fix for
http://bugs.debian.org/104572

However:

% perl -IMailTools-1.59 -MMail::Address -le 'print $Mail::Address::VERSION; print 
Mail::Address->new("<>")->address'
1.59

% perl -IMailTools-1.59 -MMail::Address -le 'print $Mail::Address::VERSION; print 
Mail::Address->new("","<>")->address'
1.59
<>

So, I'd still argue for my patch, if only because it follows the
docs better.

Brian

Reply via email to