Kevin,

Nice. Thanks for that, I've already started looking at it.
However, I had one problem with an email address from yahoo.com's
groups, which includes an '=' inside the user portion of the email.
I admit, this is perhaps outside the rules you made for the check_email_validity
function, but I've got a diff if thats any help (I don't think this is a bug,
perhaps something unique with a single system).

I see I'm going to have to be careful with any internal email that resolves
to a 192.168 address... 
Will have to see how this does with a logging only section for a couple of days.

Keep up the great work!!!

-Paul

--- ./validMX.pm.orig   2006-06-01 16:50:42.000000000 -0400
+++ ./validMX.pm        2006-06-01 16:51:17.000000000 -0400
@@ -439,7 +439,7 @@
     return 0;
   }

-  if ($email =~ /^[-()\/!#$%&[EMAIL 
PROTECTED]()\/!#$%&*+~_A-Za-z0-9\.]+\.[-()\/!#$%&*+~_A-Za-z0-9\.]+$/) {
+  if ($email =~ /^[-()\/!=#$%&[EMAIL 
PROTECTED]()\/!#$%&*+~_A-Za-z0-9\.]+\.[-()\/!#$%&*+~_A-Za-z0-9\.]+$/) {
     return 1;
   }
   return 0;


On Thu, Jun 01, 2006 at 02:24:00PM -0400, Kevin A. McGrail wrote:
> Happy to announce that we have released Net::validMX v2.2.0 at 
> http://search.cpan.org/~kmcgrail/Net-validMX-2.2.0/ and at 
> http://www.thoughtworthy.com/downloads/NOTE: As of this release we have 
> reached the design goals we set out to meet and this code is in use on 
> production systems. Sincerely,KAMNAME

-- 
Paul Whittney                                ArriveTech, Inc.
Network Specialist / Systems Engineer       / |3823 W 12th St, Suite A
                                           /--|Erie, PA, 16505, USA
PWhittney [at] arrivetech.com (Main)      /   |www.arrivetech.com 
PWhittney [at] net.arrivetech.com (Aux)  /    |Tel: 814 868 3306
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to