X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fspam.h;h=312dce8de86bf61cd234eeb14409017fd643c888;hb=f83d4a2b3fedd9a8a0e7367db82a68a719f08e30;hp=9f6b749ccd3d97b2703dc400993a6a976483dcde;hpb=590795f4282e84ce9c2730bb17c7e6bb23615966;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;