Ticket #71 (closed defect: duplicate)

Opened 6 years ago

Last modified 6 years ago

label/quarantine/discard funniness

Reported by: dmorton Owned by: rjl
Priority: normal Milestone: 1.0.0 RC6
Component: PHP scripts Version: 1.0.0 RC5
Severity: normal Keywords:
Cc:

Description

I don't think this should be possible:

<input type="radio" name="spam_destiny" value="label" checked>&nbsp;Labeled&nbsp;&nbsp;
<input type="radio" name="spam_destiny" value="quarantine" checked>&nbsp;Quarantined&nbsp;&nbsp;
<input type="radio" name="spam_destiny" value="discard" >&nbsp;Discarded&nbsp;&nbsp;

The logic of which of these radios to show is messed up.

Change History

Changed 6 years ago by anonymous

  • status changed from new to closed
  • resolution set to duplicate

This is just the PHP side of 18. Once that ticket is resolved, the interface for it will obviously need to change. The Labeled/Quarantined/Discarded radio will go away, and in its place I imagine there will simply be four score threshold inputs.

Note: See TracTickets for help on using tickets.