]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Add missing parameters to documentation of rspamd_config:register_symbol function. 5690/head
authorJens Meißner <meissner@b1-systems.de>
Fri, 17 Oct 2025 15:47:47 +0000 (17:47 +0200)
committerJens Meißner <meissner@b1-systems.de>
Fri, 17 Oct 2025 15:47:47 +0000 (17:47 +0200)
src/lua/lua_config.c

index 2954bd1390853fb1805139483b3010bc602dc9de..c7534980a8483ea5890064efb97919e8075f3564 100644 (file)
@@ -227,6 +227,9 @@ LUA_FUNCTION_DEF(config, get_classifier);
  *   + `explicit_disable` requires explicit disabling (e.g. via settings)
  *   + `ignore_passthrough` executed even if passthrough result has been set
  * - `parent`: id of parent symbol (useful for virtual symbols)
+ * - `score`: default score of the symbol
+ * - `description`: description of the symbol
+ * - `group`: group of the symbol (ungrouped if missing)
  *
  * @return {number} id of symbol registered
  */