# Settings for SpamAssassin test suite. These are the default settings. # Please copy this file to 'config' and edit to your taste. # --------------------------------------------------------------------------- # Run network rule tests during 'make test'. # test scripts may fail due to network problems) run_net_tests=n # --------------------------------------------------------------------------- # Run SQL-based Auto-whitelist tests during 'make test' (additional # information required, below:) run_awl_sql_tests=n # SQL AWL DSN user_awl_dsn=dbi:mysql:spamassassin:localhost # SQL AWL DB username user_awl_sql_username= # SQL AWL DB password user_awl_sql_password= # SQL AWL tablename user_awl_sql_table=awl # --------------------------------------------------------------------------- # Run Bayes SQL storage tests during 'make test' (additional # information required, below:) run_bayes_sql_tests=n # Bayes Store Module (bayes_store_module) bayes_store_module=Mail::SpamAssassin::BayesStore::SQL # Bayes SQL DSN (bayes_sql_dsn) bayes_sql_dsn=dbi:mysql:spamassassin:localhost # Bayes SQL DB username (bayes_sql_username) bayes_sql_username= # Bayes SQL DB password (bayes_sql_password) bayes_sql_password= # --------------------------------------------------------------------------- # This test will kill any processes on the system containing the string 'spamd # child' in their process title, so is not run by default. Enable by setting # this to "y". run_spamd_prefork_stress_test=n