spamd: Use macro for default priority. Bug 2694
[exim.git] / src / src / spam.h
index 9f6b749ccd3d97b2703dc400993a6a976483dcde..312dce8de86bf61cd234eeb14409017fd643c888 100644 (file)
 # define SHUT_WR 1
 #endif
 
-/* default weight */
+/* Defaults */
 #define SPAMD_WEIGHT 1
+#define SPAMD_PRIORITY 1
 
 typedef struct spamd_address_container
 {
   uschar * hostspec;
+  int is_rspamd:1;
   int is_failed:1;
   unsigned int weight;
   unsigned int timeout;