]> code.citadel.org Git - citadel.git/blobdiff - citadel/locate_host.c
*** empty log message ***
[citadel.git] / citadel / locate_host.c
index 561595453ad1080953efb954ac8d3617d5753168..055d4d9d82692a9e8eaef2426b9d57878b9fb2a2 100644 (file)
@@ -94,8 +94,10 @@ bad_dns:
 }
 
 
+/*
+ * RBL check written by Edward S. Marshall [http://rblcheck.sourceforge.net]
+ */
 #define RESULT_SIZE 4096 /* What is the longest result text we support? */
-
 int rblcheck_backend(char *domain, char *txtbuf, int txtbufsize) {
        int a, b, c;
        char *result = NULL;