]> code.citadel.org Git - citadel.git/blobdiff - citadel/locate_host.h
* When rejecting a message due to RBL, give the alleged spammers the
[citadel.git] / citadel / locate_host.h
index e2abe7967a08d56bd610bd5933373d8eacdc1363..b71d389c74d0e6503c4eb50056b95a33b4e3a139 100644 (file)
@@ -4,3 +4,4 @@ void locate_host(char *tbuf, size_t n,
                const struct in_addr *addr);
 int rbl_check(char *message_to_spammer);
 int hostname_to_dotted_quad(char *addr, char *host);
+int rblcheck_backend(char *domain, char *txtbuf, int txtbufsize);