From 69bca4a4feadfec54aea30555b81730148a7e7df Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 7 Sep 2005 03:10:46 +0000 Subject: [PATCH] *** empty log message *** --- citadel/docs/citadel.html | 7 +++++++ citadel/locate_host.c | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/citadel/docs/citadel.html b/citadel/docs/citadel.html index 1c3fbedf7..49716cde2 100644 --- a/citadel/docs/citadel.html +++ b/citadel/docs/citadel.html @@ -93,6 +93,13 @@ search algorithm
Stu Mark
additional client features, IGnet protocol +design
+
+ + + Edward S. Marshall
+ + RBL checking function design
diff --git a/citadel/locate_host.c b/citadel/locate_host.c index 561595453..055d4d9d8 100644 --- a/citadel/locate_host.c +++ b/citadel/locate_host.c @@ -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; -- 2.39.2