Opened 18 years ago
Last modified 17 years ago
#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 (1)
Change History (6)
comment:1 Changed 18 years ago by jsquyres
comment:2 Changed 18 years ago by dmorton
see also: #18
#18, #163, and #164 are all related, and should all be fixed by the feature development taking place in source:branches/level4/trunk
comment:3 Changed 17 years ago by rjl
- Milestone set to 1.0.2
- patch set to 0
- Status changed from new to assigned
comment:4 Changed 16 years ago by anonymous
moving to 1.1 milestone
comment:5 Changed 16 years ago by dmorton
- Milestone changed from 1.0.2 to 1.1.0
Note: See
TracTickets for help on using
tickets.
FWIW, there is a lengthy followup of this on the mailing list:
http://www.renaissoft.com/pipermail/maia-users/2005-February/003559.html