Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: missing edit-log entry for this revision

...

There's a subtle gotcha in the options. The command sa-learn --no-rebuild --spam spam_directory works. However, the command sa-learn --rebuild --spam spam_directory will not work; it will rebuild but not learn!

To defer rebuilding until after all the messages have been learned, use:

indentnoformat

{noformat}
sa-learn --ham --no-rebuild ham_directory
sa-learn --spam --no-rebuild spam_directory
sa-learn --rebuild
{noformat}