Mercurial > dnsbl
diff src/dnsbl.h @ 119:d9d2f8699621
uribl patch from Jeff Evans <jeffe@tricab.com>
author | carl |
---|---|
date | Sun, 12 Mar 2006 12:38:43 -0800 |
parents | c1280cd3e248 |
children | f4746d8a12a3 |
line wrap: on
line diff
--- a/src/dnsbl.h Sun Mar 12 10:20:59 2006 -0800 +++ b/src/dnsbl.h Sun Mar 12 12:38:43 2006 -0800 @@ -28,8 +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_suffix; // for url body filtering based on ip addresses of hostnames in the body char *content_message; // "" + char *uribl_suffix; // for uribl body filtering based on hostnames in the body + char *uribl_message; // "" string_set *content_host_ignore; // ""