diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-11-03 12:58:04 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-11-03 15:21:27 +0200 |
commit | 1c1a742de5ad4b01b3c0d997ff275b3ea70bdf46 (patch) | |
tree | 78cf156998089a5f7dc82efb3a43b7b48270e1f5 /src/rspamadm/commands.c | |
parent | 02a2e48fb60ec36b317497e21cf8df56b40aa73c (diff) | |
download | rspamd-1c1a742de5ad4b01b3c0d997ff275b3ea70bdf46.tar.gz rspamd-1c1a742de5ad4b01b3c0d997ff275b3ea70bdf46.zip |
[Feature] Utility to convert fuzzy storage from sqlite to redis
Diffstat (limited to 'src/rspamadm/commands.c')
-rw-r--r-- | src/rspamadm/commands.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rspamadm/commands.c b/src/rspamadm/commands.c index 6f3e62251..300fc3dbe 100644 --- a/src/rspamadm/commands.c +++ b/src/rspamadm/commands.c @@ -23,6 +23,7 @@ extern struct rspamadm_command configdump_command; extern struct rspamadm_command control_command; extern struct rspamadm_command confighelp_command; extern struct rspamadm_command statconvert_command; +extern struct rspamadm_command fuzzyconvert_command; extern struct rspamadm_command signtool_command; extern struct rspamadm_command lua_command; extern struct rspamadm_command dkim_keygen_command; @@ -37,6 +38,7 @@ const struct rspamadm_command *commands[] = { &control_command, &confighelp_command, &statconvert_command, + &fuzzyconvert_command, &signtool_command, &lua_command, &dkim_keygen_command, |