Support Rspamd. Patch from Andrew Lewis, lightly editorialised
[exim.git] / src / src / spam.h
index ba700c8b69e3174d10c1f6d0a0685486271fe330..e6d27a137564bd85b068f6e8463c82117580bcb3 100644 (file)
@@ -22,7 +22,8 @@
 
 typedef struct spamd_address_container {
   uschar tcp_addr[24];
-  unsigned int tcp_port;
+  unsigned short int tcp_port;
+  BOOL is_rspamd;
 } spamd_address_container;
 
 #endif