X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8a512ed5b7f75c8aaedbca887257ee01e5c2b621..dd7b74e90a96eaf109796d8f9499578571a1572c:/src/src/spam.h diff --git a/src/src/spam.h b/src/src/spam.h index 0e3acfc25..2fe73809e 100644 --- a/src/src/spam.h +++ b/src/src/spam.h @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) Tom Kistner 2003-???? */ +/* Copyright (c) Tom Kistner 2003 - 2015 */ /* License: GPL */ /* spam defines */ @@ -12,7 +12,8 @@ /* timeout for reading and writing spamd */ #define SPAMD_TIMEOUT 120 -/* maximum length of the spam bar */ +/* maximum length of the spam bar, please update the + * spec, the max length is mentioned there */ #define MAX_SPAM_BAR_CHARS 50 /* SHUT_WR seems to be undefined on Unixware ? */ @@ -28,10 +29,10 @@ typedef struct spamd_address_container uschar * hostspec; int is_rspamd:1; int is_failed:1; - int is_backup:1; unsigned int weight; unsigned int timeout; unsigned int retry; + unsigned int priority; } spamd_address_container; #endif