SPDX: license tags (mostly by guesswork)
[exim.git] / src / src / spam.h
index 9f6b749ccd3d97b2703dc400993a6a976483dcde..c410198d7b7497255ab8d66d8453096a5908f8b5 100644 (file)
@@ -3,7 +3,9 @@
 *************************************************/
 
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003 - 2015 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* License: GPL */
+/* SPDX-License-Identifier: GPL-2.0-only */
 
 /* spam defines */
 
 # 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;