Ticket #437 (testing enhancement: fixed)

Opened 4 years ago

Last modified 15 months ago

auto-confirm in process-quarantine

Reported by: dmorton Owned by: mortonda@…
Priority: high Milestone: 1.0.3
Component: Perl scripts Version: 1.0.2
Severity: normal Keywords:
Cc:

Description (last modified by rjl) (diff)

Along the lines of #99 and NewThresholds, we could add options to process-

quarantine.pl to auto-confirm items past a certain threshold.

  • --autolearn-ham-threshold
  • --autolearn-spam-threshold
  • --autoreport-threshold

This enhancement is quite non-intrusive, so we could add it to the 1.0 tree.

Change History

Changed 3 years ago by anonymous

Should it be autolearn or autodelete? autolearning could be done in SA.

But that might be a performance question.

Do we need both?

Changed 2 years ago by rjl

  • owner changed from dmorton to rjl
  • status changed from new to assigned
  • version set to 1.0.2
  • description modified (diff)

We can't count on SpamAssassin's auto-learning feature being enabled, so we should definitely be trying "autolearn" rather than "autodelete". In the event the item has already been learned, SpamAssassin will simply ignore the attempt to learn it again (unless the diagnosis is different, of course), so the performance hit should be negligible.

Changed 15 months ago by mortonda@…

  • owner changed from rjl to mortonda@…
  • status changed from assigned to accepted

For simplicity's sake, I want to only autolearn, and leave out the auto report. There are some dangers with auto report, and I don't wish to delay while discussing its merits.

Changed 15 months ago by mortonda@…

  • status changed from accepted to testing
  • resolution set to fixed

[1423] adds learning options. stats are not updated with this, as the items are not truly confirmed.

Note: See TracTickets for help on using tickets.