mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
fix typo reported via a forum pm
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= rspamd
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_COMMENT= Protect your network from spam
|
||||
PLUGIN_DEPENDS= rspamd
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
||||
@@ -263,13 +263,13 @@
|
||||
</field>
|
||||
<field>
|
||||
<id>rspamd.spamtrap.fuzzy_learning</id>
|
||||
<label>Fuzzy Leraning</label>
|
||||
<label>Fuzzy Learning</label>
|
||||
<type>checkbox</type>
|
||||
<help>Enable this if you want to enable fuzzy learning.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>rspamd.spamtrap.spam_learning</id>
|
||||
<label>Bayes Leraning</label>
|
||||
<label>Bayes Learning</label>
|
||||
<type>checkbox</type>
|
||||
<help>Enable this if you want to enable bayes learning.</help>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user