SpamAssassin default config error

  • Hey guys,


    in the default config this is stated for the SA learn cronjob


    Code: config.php
    1. // SA learn cronjob for learning about spam/ham (default: run every 12 hours)
    2. 'cronjob_bayes_sa-learn' => array(
    3. 'minute' => '*',
    4. 'hour' => '*/12',
    5. 'day' => '*',
    6. 'month' => '*',
    7. 'dweek' => '*'

    if you set the following with the default values -> * */12 * * * it will be executed every minute at 12h and again at 24h.


    Think minute should be Set to something like "0" in the default config.