Ticket #163 (assigned defect)
"Consider mail 'spam' score" test seems to actually be >, not >=
| Reported by: | jeff@… | Owned by: | rjl |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.0 |
| Component: | PHP scripts | Version: | 1.0.0 RC5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
On the Domain Mail Filter Defaults page, two of the options available are:
Consider mail 'Spam' when Score is >= Quarantine Spam when Score is >=
If I put in identical values for both (say, 3.0 for each of them), I will still see ham with scores of 3.0. Specifically: it seems that the test used is actually ">", not ">=". My $0.02: ">=" would be more useful (I'd rather put in 3.0 instead of 2.999).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

