On Mon, 14 Jun 2004, Graham Dunn wrote: > OK, even with this in there, I'm still hitting the code that checks for > bad zips.
[...] > return 1 if (re_match($entity, $re)); > return 0 if (re_match($entity, $secret)); Ponder the order of those two statements... Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

