Support hostnames and IPv6 addresses for spamd_address. Bug 1259
[exim.git] / src / src / spam.h
index 50aed914535fd0fa5898095533c1904dd10dd5b2..7ab6d2a586d986595e8e32e5c511c67af4f27c4f 100644 (file)
@@ -25,8 +25,7 @@
 
 typedef struct spamd_address_container
 {
-  uschar * hostname;
-  unsigned short tcp_port;
+  uschar * hostspec;
   int is_rspamd:1;
   int is_failed:1;
   int is_backup:1;