Revert "Spamd: add missing initialiser. Rspamd mode was incorrectly sometimes seen."
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 16 Jun 2018 13:45:44 +0000 (14:45 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 26 Jun 2018 11:02:27 +0000 (12:02 +0100)
This reverts commit e718bd6285cb0fb45b74b6fc00b7737590dcaa60.

src/src/spam.c

index 95e5fc0775ec85aef4a8c9ffdffb4c8105490d1f..6451ba2cb91872e2d7c3b3cc75e750b8556091ca 100644 (file)
@@ -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;