]> source.dussan.org Git - rspamd.git/commit
Fix disabling symbols 3998/head
authorJean-Louis Dupond <jean-louis@dupond.be>
Mon, 29 Nov 2021 14:53:47 +0000 (15:53 +0100)
committerJean-Louis Dupond <jean-louis@dupond.be>
Mon, 29 Nov 2021 14:53:47 +0000 (15:53 +0100)
commit3137892690987a658b59073c86b4b1d9bdf5305e
treea52b8f912eff58eb67097ec07b72e30e022963c3
parentd5131fcf2f9ceedbfdc8a5e28f663c15a1d8ffa7
Fix disabling symbols

If enabled = false, then we should set RSPAMD_SYMBOL_FLAG_DISABLED.
Now setting enabled = true sets RSPAMD_SYMBOL_FLAG_DISABLED. Which is
incorrect.
src/libserver/cfg_rcl.c