3 #ifndef _VRFY_CLNT_H_INCLUDED_
4 #define _VRFY_CLNT_H_INCLUDED_
10 /* address verification client interface
12 /* #include <verify_clnt.h>
24 #include <deliver_request.h>
27 * Address verification requests.
29 #define VRFY_REQ_QUERY "query"
30 #define VRFY_REQ_UPDATE "update"
33 * Request (NOT: address) status codes.
35 #define VRFY_STAT_OK 0
36 #define VRFY_STAT_FAIL (-1)
37 #define VRFY_STAT_BAD (-2)
40 * Functional interface.
42 extern int verify_clnt_query(const char *, int *, VSTRING
*);
43 extern int verify_clnt_update(const char *, int, const char *);
48 /* The Secure Mailer license must be distributed with this software.
51 /* IBM T.J. Watson Research
53 /* Yorktown Heights, NY 10598, USA