comparison src/dnsbl.h @ 180:7a722f482bfb

embedded dcc filtering
author carl
date Sat, 06 Oct 2007 12:17:02 -0700
parents d6531c702be3
children f0eda59e8afd
comparison
equal deleted inserted replaced
179:8b86a894514d 180:7a722f482bfb
12 #include "context.h" 12 #include "context.h"
13 #include "spamass.h" 13 #include "spamass.h"
14 #include "dccifd.h" 14 #include "dccifd.h"
15 15
16 extern int debug_syslog; 16 extern int debug_syslog;
17 #define dccbulk 1000
17 18
18 class recorder; 19 class recorder;
19 class url_scanner; 20 class url_scanner;
20 21
21 //////////////////////////////////////////////// 22 ////////////////////////////////////////////////