What I would like to do is to test if a string is a valid email address. I found a program called Express Archiver to collect the addresses in my OE DBX files and I'd like to check them. Some are 100% wrong.
also i'd like to find a way for it to work in TCMD 8-12.1
----- Original Message -----
From: vefatica
To:
[email protected]
Sent: Thursday, February 10, 2011 03:15 AM
Subject: RE: [Plugins-t-2597] Looking for isemailaddress[string] plugin
On Thu, 10 Feb 2011 01:35:15 -0500, you wrote:
|Was looking for something i can use with v8 to the current v12.1
| ----- Original Message -----
| From: vefatica
| To:
[email protected]
| Sent: Thursday, February 10, 2011 12:07 AM
| Subject: RE: [Plugins-t-2597] plugin
|
|
| On Wed, 09 Feb 2011 23:53:17 -0500, you wrote:
|
| |Does anyone have a good email address checker plugin?
|
| What do you want checked?
|
| A simple batch file could check the basic format and and see if the host has an
| MX DNS record (see @MX[]).
|
| The only further test I can think of would be to connect to the MX, say "RCPT
| TO:user", see if it says OK, and disconnect (which would be rude).
What do you want it to actually do?