diff options
Diffstat (limited to 'src/plugins/lua/trie.lua')
-rw-r--r-- | src/plugins/lua/trie.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/lua/trie.lua b/src/plugins/lua/trie.lua index d72526e62..2794e80c8 100644 --- a/src/plugins/lua/trie.lua +++ b/src/plugins/lua/trie.lua @@ -14,6 +14,10 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- +if confighelp then + return +end + -- Trie is rspamd module designed to define and operate with suffix trie local N = 'trie' |