*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Wed, 7 Sep 2005 03:10:46 +0000 (03:10 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 7 Sep 2005 03:10:46 +0000 (03:10 +0000)
citadel/docs/citadel.html
citadel/locate_host.c

index 1c3fbedf709252b0829e7234b0b724c0682d86af..49716cde28cfdce2df0290a9af91eb919a04a8c8 100644 (file)
@@ -93,6 +93,13 @@ search algorithm</span><br>
       <td valign="top">Stu Mark<br>
       </td>
       <td valign="top"><i>additional client features, IGnet protocol
+design<br>
+      </i></td>
+    </tr>
+    <tr>
+      <td valign="top">Edward S. Marshall<br>
+      </td>
+      <td valign="top"><i>RBL checking function
 design<br>
       </i></td>
     </tr>
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;