Re: [Exim] Block user-at-domain.tld file list

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Andreas J Mueller
Fecha:  
A: John Jetmore
Cc: exim-users
Asunto: Re: [Exim] Block user-at-domain.tld file list
Hi John!

>> !^[a-z][\da-z]{4,15}@???$ # valid AOL screen names


> My company has a client w/ a three-letter AOL account. This isn't a
> friend-of-a-friend story, I've traded emails w/ him using it.


Thanks. I've changed the above to

!^[a-z][\da-z]{2,15}@???$ # valid AOL screen names

Maybe we should tell AOL that they allow 3-letter account names. ;-)

Andy