Re: I don't know where to start with this one.

2007-01-30 Thread John W. Krahn
Kenton Brede wrote: > > This is getting very close to what I'm trying to do, see below. There > is just one point I'm stuck on, how to grab the username portion of > the email address into a variable. I'm able to get the username of > the official email address @mail.nowhere.com, but I can't see

Re: I don't know where to start with this one.

2007-01-30 Thread Kenton Brede
On 1/30/07, Randal L. Schwartz wrote: > ""Kenton" == "Kenton Brede" <[EMAIL PROTECTED]> writes: "Kenton> [EMAIL PROTECTED] [EMAIL PROTECTED] "Kenton> [EMAIL PROTECTED] [EMAIL PROTECTED] "Kenton> [EMAIL PROTECTED] [EMAIL PROTECTED] "Kenton> [EMAIL PROTECTED] [EMAIL PROTECTED] "Kenton> [EMAIL

Re: I don't know where to start with this one.

2007-01-30 Thread Randal L. Schwartz
> ""Kenton" == "Kenton Brede" <[EMAIL PROTECTED]> writes: "Kenton> [EMAIL PROTECTED] [EMAIL PROTECTED] "Kenton> [EMAIL PROTECTED] [EMAIL PROTECTED] "Kenton> [EMAIL PROTECTED] [EMAIL PROTECTED] "Kenton> [EMAIL PROTECTED] [EMAIL PROTECTED] "Kenton> [EMAIL PROTECTED] [EMAIL PROTECTED] Unless you

Re: I don't know where to start with this one.

2007-01-29 Thread Kenton Brede
On 1/29/07, John W. Krahn <[EMAIL PROTECTED]> wrote: Kenton Brede wrote: > I need some advice as to how to approach this problem. > > I've got a mail alias file, space delimited and sorted on the second > column like: > > [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] >

Re: I don't know where to start with this one.

2007-01-29 Thread Tom Phoenix
On 1/29/07, Kenton Brede <[EMAIL PROTECTED]> wrote: I've got a mail alias file, space delimited and sorted on the second column like: That's handy that it's space delimited; you won't be needing anything fancy to extract the addresses. [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [E

Re: I don't know where to start with this one.

2007-01-29 Thread John W. Krahn
Kenton Brede wrote: > I need some advice as to how to approach this problem. > > I've got a mail alias file, space delimited and sorted on the second > column like: > > [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECT