X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/dd99866675408214be0271c7a70a8b7eb88955e7..12fb3842f81bcbd4a4519d5728f2d7e0e3ca1445:/src/src/spam.h diff --git a/src/src/spam.h b/src/src/spam.h index 9f6b749cc..cc36ffd3f 100644 --- a/src/src/spam.h +++ b/src/src/spam.h @@ -3,6 +3,7 @@ *************************************************/ /* Copyright (c) Tom Kistner 2003 - 2015 */ +/* Copyright (c) The Exim Maintainers 2021 */ /* License: GPL */ /* spam defines */ @@ -21,12 +22,14 @@ # 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;