X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fspam.h;h=312dce8de86bf61cd234eeb14409017fd643c888;hb=dbac5a049acbe645a816b4a5e895c5be0de53483;hp=9f6b749ccd3d97b2703dc400993a6a976483dcde;hpb=dd99866675408214be0271c7a70a8b7eb88955e7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/spam.h b/src/src/spam.h index 9f6b749cc..312dce8de 100644 --- a/src/src/spam.h +++ b/src/src/spam.h @@ -21,12 +21,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;