> This is very simple.
> The deep depends upon the user name length.
> The path to access the mailbox is made depending on the length of the user
> name. ^_^

haha, yeah, that's what i just said :)

-Tony
.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-.
Anthony J. Biacco                       Network Administrator/Engineer
[EMAIL PROTECTED]       Intergrafix Internet Services

    "Dream as if you'll live forever, live as if you'll die today"
http://www.asteroid-b612.org                http://www.intergrafix.net
.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-.

On Thu, 12 Apr 2001, Carles Xavier Munyoz [iso-8859-1] Bald� wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> 
> On Wednesday 11 April 2001 22:51, Admin Mailing Lists wrote:
> > assuming when qpopper goes to retrieve mail for a user, you count the
> > length of the username..i.e:
> >     if (strlen(username)==2) {
> >             get /var/mail/u/s/user
> >     }
> >     else if (strlen(username)==3) {
> >             get /var/mail/u/s/e/user
> >     }
> >
> > how else will it know how deep it has to go? since it's not a constant
> > anymore, given your example.
> 
> 
> Greetings.
> ---
> Carles Xavier Munyoz Bald� / [EMAIL PROTECTED]
> ---
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 5.0i for non-commercial use
> MessageID: AflSk3uHwfTm1eKoMyLiCp8J8z3ZWPHN
> 
> iQA/AwUAOtVV7RAGkoZz8//aEQLjCACg5yIvCmFCaTq/+UlHsqo3PvgUPCQAn1TF
> k6VDDV6gslH7JOnKHV7Qurbm
> =oszi
> -----END PGP SIGNATURE-----
> 

Reply via email to