Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Add EXT_CSS rule | Vsevolod Stakhov | 2016-12-01 | 1 | -0/+32 |
| | |||||
* | [Minor] Reduce scoring on some rules | Andrew Lewis | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | [Minor] Some linting for rules | Andrew Lewis | 2016-11-13 | 1 | -5/+1 |
| | |||||
* | [Feature] Track visibility of HTML elements | Vsevolod Stakhov | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | [Feature] Consider more tags when doing WHITE_ON_WHITE rule | Vsevolod Stakhov | 2016-11-01 | 1 | -1/+2 |
| | |||||
* | [Minor] Finish reworking rules | Andrew Lewis | 2016-08-31 | 1 | -1/+6 |
| | |||||
* | [Fix] Further fixes for white on white rule | Vsevolod Stakhov | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix length calculations in white on white rule | Vsevolod Stakhov | 2016-08-08 | 1 | -3/+6 |
| | |||||
* | [Fix] Some more fixes for low contrast fonts detector | Vsevolod Stakhov | 2016-08-08 | 1 | -19/+11 |
| | |||||
* | [Feature] Try to avoid FP for low contrast fonts detection | Vsevolod Stakhov | 2016-08-08 | 1 | -2/+26 |
| | |||||
* | [Feature] Properly implement R_WHITE_ON_WHITE rule | Vsevolod Stakhov | 2016-08-05 | 1 | -0/+47 |
| | |||||
* | [Fix] Trigger HTML_SHORT_LINK_IMG on any external image | Vsevolod Stakhov | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | Don't trigger R_EMPTY_IMAGE on image links | Alexander Moisseev | 2016-02-20 | 1 | -1/+1 |
| | | | | as they covered with `HTML_SHORT_LINK_IMG_1` rule. It should be safe for legitimate emails with images attached since `R_EMPTY_IMAGE` and `HTML_SHORT_LINK_IMG_1` won't be triggered at the same time any more. | ||||
* | Don't trigger HTML_SHORT_LINK_IMG on small images | Alexander Moisseev | 2016-02-20 | 1 | -1/+4 |
| | | | It's common for legitimate emails to have small image links (buttons, social networks junk e.t.c.) | ||||
* | Fix html images rules to reduce FP rates | Vsevolod Stakhov | 2016-02-16 | 1 | -11/+31 |
| | | | | | Suggested by: @moisseev Issue: #525 | ||||
* | More sanity checks | Vsevolod Stakhov | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Add safety guard for rule | Vsevolod Stakhov | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | SUSPICIOUS_IMAGES now trigger merely for embedded images | Vsevolod Stakhov | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Improve empty image rule. | Vsevolod Stakhov | 2015-11-17 | 1 | -12/+12 |
| | |||||
* | Add `R_SUSPICIOUS_IMAGES` rule. | Vsevolod Stakhov | 2015-10-13 | 1 | -0/+44 |
| | |||||
* | Rework HTML rules. | Vsevolod Stakhov | 2015-08-08 | 1 | -24/+47 |
| | |||||
* | Move lua rules to rules dir. | Vsevolod Stakhov | 2015-08-07 | 1 | -0/+76 |