> You need to make your regular expression more precise, like this: > > ^From:.*@i\.net$ > > That backslash escapes the dot, and the '$' makes sure that only addresses > ending in i.net match.
Thanks Anand. That did it. Seems I need to read up on regular expressions. Regards, Edward. _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
