summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-06-06 19:35:16 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-06-06 19:35:16 +0100
commite718bd6285cb0fb45b74b6fc00b7737590dcaa60 (patch)
tree8d3d800ba05b8369e28bdfc611c7826b3654bdce /src
parenta818f67959c0f6dd23ca37280d5c4f9b9ee07125 (diff)
Spamd: add missing initialiser. Rspamd mode was incorrectly sometimes seen.
Reported-by: Andreas Metzler
Diffstat (limited to 'src')
-rw-r--r--src/src/spam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/spam.c b/src/src/spam.c
index 90e391471..ca8d20720 100644
--- a/src/src/spam.c
+++ b/src/src/spam.c
@@ -28,6 +28,7 @@ static int
spamd_param_init(spamd_address_container *spamd)
{
/* default spamd server weight, time and priority value */
+spamd->is_rspamd = FALSE;
spamd->is_failed = FALSE;
spamd->weight = SPAMD_WEIGHT;
spamd->timeout = SPAMD_TIMEOUT;