On 2004-09-14 08:49:57 -0700, Robert Spier wrote:
> > So qpsmtpd is wrong to say it can't parse a single character sub-domain?
> 
> 
> Yes.
> 
> It's before 9am, and I'm still groggy, but I think this regexp is the
> issue.
> 
>     my $subdomain = '(?:[a-zA-Z0-9](?:[-a-zA-Z0-9]*[a-zA-Z0-9]))';
> 
> I think what we want is this:
> 
>     my $subdomain = '(?:[a-zA-Z0-9](?:[-a-zA-Z0-9]*[a-zA-Z0-9])?)';
> 
> (in Qpsmtpd::Address::canonify() )

Yes. I've actually had that fixed for some time but forgot to post it.
Sorry.

        hp

-- 
   _  | Peter J. Holzer    | Je h�her der Norden, desto weniger wird
|_|_) | Sysadmin WSR       | �berhaupt gesprochen, also auch kein Dialekt.
| |   | [EMAIL PROTECTED]         | Hallig Gr�de ist fast g�nzlich dialektfrei.
__/   | http://www.hjp.at/ |   -- Hannes Petersen in desd

Attachment: pgpBYFQdVOF9v.pgp
Description: PGP signature

Reply via email to