diff src/dnsbl.h @ 76:81f1e400e8ab

start coding on new config syntax
author carl
date Sat, 16 Jul 2005 13:47:19 -0700
parents b7449114ebb0
children c1280cd3e248
line wrap: on
line diff
--- a/src/dnsbl.h	Wed Jul 13 23:04:14 2005 -0700
+++ b/src/dnsbl.h	Sat Jul 16 13:47:19 2005 -0700
@@ -28,6 +28,10 @@
     context_map env_to;     // map each non-whitelisted recipient to their filtering context
     recorder    *memory;    // memory for the content scanner
     url_scanner *scanner;   // object to handle body scanning
+    char        *content_suffix;        // content filtering parameters
+    char        *content_message;       // ""
+    string_set  *content_host_ignore;   // ""
+
 
     mlfiPriv();
     ~mlfiPriv();