Here's what I need to do. I need to be able to read the results of a sender verification attempt. In the following example what I want is the text where the result is returned. As in "450 <[EMAIL PROTECTED]>: Recipient address rejected: Service is unavailable". That way I can test the string to get a more accurate verification.
telnet relay.amcity.com 25 Trying 65.213.145.14... Connected to relay.amcity.com (65.213.145.14). Escape character is '^]'. 220 ****************************** helo ctyme.com 250 relay.amcity.com mail from:[EMAIL PROTECTED] 250 Ok rcpt to:[EMAIL PROTECTED] 450 <[EMAIL PROTECTED]>: Recipient address rejected: Service is unavailable -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
