summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-06-16 14:45:44 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-06-26 12:02:27 +0100
commit149b0e8a479aa1bbd9b2fb8281313edc487e6cec (patch)
tree86549e1e4e28dc3cae1b582a061b50d6743b6e77 /src
parentdd0b893238d03a9bb38e793f3d935272ed73da6d (diff)
Revert "Spamd: add missing initialiser. Rspamd mode was incorrectly sometimes seen."
This reverts commit e718bd6285cb0fb45b74b6fc00b7737590dcaa60.
Diffstat (limited to 'src')
-rw-r--r--src/src/spam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/src/spam.c b/src/src/spam.c
index 95e5fc077..6451ba2cb 100644
--- a/src/src/spam.c
+++ b/src/src/spam.c
@@ -30,7 +30,6 @@ 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;