Re: E-Mail Parsing

2007-12-13 Thread Matt Nordhoff
Merrigan wrote: > Hi Matt, > > Thank you very much for the help. It was exactly what I was looking > for, and made my script much safer and easier to use. > > Blessings! > > -- Merrigan You're welcome. :-) -- -- http://mail.python.org/mailman/listinfo/python-list

Re: E-Mail Parsing

2007-12-13 Thread Merrigan
On Dec 13, 9:29 am, Matt Nordhoff <[EMAIL PROTECTED]> wrote: > Merrigan wrote: > > I am writing a script to administer my E-Mail Server. The One thing > > I'm currently struggling with is kind of Parsing the E-Mail adress > > that I supply to the script. > > > I need to get the username (The part B

Re: E-Mail Parsing

2007-12-12 Thread Matt Nordhoff
Merrigan wrote: > I am writing a script to administer my E-Mail Server. The One thing > I'm currently struggling with is kind of Parsing the E-Mail adress > that I supply to the script. > > I need to get the username (The part BEFORE the @ sign) out of the > address so that I can use it elsewhere.

E-Mail Parsing

2007-12-12 Thread Merrigan
Hi There, I am writing a script to administer my E-Mail Server. The One thing I'm currently struggling with is kind of Parsing the E-Mail adress that I supply to the script. I need to get the username (The part BEFORE the @ sign) out of the address so that I can use it elsewhere. The problem I ha