Auteur: Marc Perkel Date: À: exim-users Sujet: [exim] Testing if a host name exists
OK - I got the syntax right - thanks for everyone's help - but now
working on the functionality.
Here's what I need to do.
I need to determine if a host name exists. mail-in.domain.com
If the domain exists - accept the message.
If the domain doesn't exist then skip this router and go on to the next one.
If there is a DNS error - skip the router and go to the next one.
This code has a problem in that when it fails it defers. Don't want any
defers. How do I do this?