>I have a windows program (VB I think) that will generate a list like: > [EMAIL PROTECTED] OK > [EMAIL PROTECTED] OK > etc.
I've got scripts on the imgate side to "ok" to [EMAIL PROTECTED] :)) >Handles the "nobody" as > .snip.net OK snip.ok ok does that. but what about all the user and domain aliases? [EMAIL PROTECTED] where blow is aliased the suck.org, and shove.com. so we need [EMAIL PROTECTED] [EMAIL PROTECTED] but joe is aliased as joe.staiman so we need [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] regex: (joe|joel\.staiman)@(blow\.net|suck\.org|shove\.com)
