loop on length of $Recipients array and:
if ($Recipients[$i] =~ /^<?kmcgrail@(pccc.com|thoughtworhty.com)\.com>?$/i) {
...
}
Regards, KAM
----- Original Message ----- > Bingo! @Recipients includes the angle brackets in the addresses, so I need
to add those to my expression or remove the ^ anchor. I chose the former.
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

