diff src/dnsbl.h @ 238:7b818a4e21a4 stable-6-0-25

produce correct uribl message
author Carl Byington <carl@five-ten-sg.com>
date Tue, 29 Sep 2009 12:11:42 -0700
parents c0d2e99c0a1d
children d8ee4c97b9ab
line wrap: on
line diff
--- a/src/dnsbl.h	Tue Sep 29 11:48:54 2009 -0700
+++ b/src/dnsbl.h	Tue Sep 29 12:11:42 2009 -0700
@@ -39,6 +39,8 @@
     const char      *queueid;               // sendmail queue id
     const char      *authenticated;         // client authenticated? if so, suppress all dnsbl checks, but check rate limits
     const char      *client_name;           // fully qualified host name of the smtp client
+    const char      *host_uribl;            // pointer to helo/client/from host name if found on uribl
+    string_set      hosts_uribl;            // string set to hold the helo/client/from host name if found on uribl
     bool            helo_uribl;             // helo value on uribl
     bool            client_uribl;           // client_name on uribl
     bool            from_uribl;             // envelope from value on uribl