summaryrefslogtreecommitdiff
path: root/src/src/spam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/spam.h')
-rw-r--r--src/src/spam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/spam.h b/src/src/spam.h
index 9f6b749cc..2fe73809e 100644
--- a/src/src/spam.h
+++ b/src/src/spam.h
@@ -27,6 +27,7 @@
typedef struct spamd_address_container
{
uschar * hostspec;
+ int is_rspamd:1;
int is_failed:1;
unsigned int weight;
unsigned int timeout;