diff options
Diffstat (limited to 'src/plugins/lua/fann_classifier.lua')
-rw-r--r-- | src/plugins/lua/fann_classifier.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/lua/fann_classifier.lua b/src/plugins/lua/fann_classifier.lua index c4110981d..f4133eb9e 100644 --- a/src/plugins/lua/fann_classifier.lua +++ b/src/plugins/lua/fann_classifier.lua @@ -14,6 +14,10 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- +if confighelp then + return +end + -- This plugin is a concept of FANN scores adjustment -- NOT FOR PRODUCTION USE so far local rspamd_logger = require "rspamd_logger" |