lua = ${LUA_SCRIPT}; settings { id_test { id = "id_test"; apply { symbols_enabled = ["SIMPLE_TEST"]; } } id_pre { # implicit id apply { symbols_enabled = ["SIMPLE_PRE"]; } } id_virtual { apply { symbols_enabled = ["SIMPLE_VIRTUAL"]; } } id_virtual_group { apply { groups_enabled = ["vg"]; SIMPLE_VIRTUAL = 10.0; } } } classifier { backend = "sqlite3"; statfile { spam = true; symbol = BAYES_SPAM; path = "/tmp/bayes.spam.sqlite3"; } statfile { spam = false; symbol = BAYES_HAM; path = "/tmp/bayes.ham.sqlite3"; } min_learns = 1; min_token_hits = 1; }