Initial commit for the rspamd spam/ham trainer
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
PYTHON_BIN="${PYTHON_BIN:-python3}"
|
||||
exec "$PYTHON_BIN" -m rspamd_mail_trainer "$@"
|
||||
Reference in New Issue
Block a user