aboutsummaryrefslogtreecommitdiffstats
path: root/rules/html.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Add EXT_CSS ruleVsevolod Stakhov2016-12-011-0/+32
|
* [Minor] Reduce scoring on some rulesAndrew Lewis2016-11-291-1/+1
|
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-1/+1
|
* [Minor] Some linting for rulesAndrew Lewis2016-11-131-5/+1
|
* [Feature] Track visibility of HTML elementsVsevolod Stakhov2016-11-011-1/+1
|
* [Feature] Consider more tags when doing WHITE_ON_WHITE ruleVsevolod Stakhov2016-11-011-1/+2
|
* [Minor] Finish reworking rulesAndrew Lewis2016-08-311-1/+6
|
* [Fix] Further fixes for white on white ruleVsevolod Stakhov2016-08-081-1/+1
|
* [Fix] Fix length calculations in white on white ruleVsevolod Stakhov2016-08-081-3/+6
|
* [Fix] Some more fixes for low contrast fonts detectorVsevolod Stakhov2016-08-081-19/+11
|
* [Feature] Try to avoid FP for low contrast fonts detectionVsevolod Stakhov2016-08-081-2/+26
|
* [Feature] Properly implement R_WHITE_ON_WHITE ruleVsevolod Stakhov2016-08-051-0/+47
|
* [Fix] Trigger HTML_SHORT_LINK_IMG on any external imageVsevolod Stakhov2016-08-051-1/+1
|
* Don't trigger R_EMPTY_IMAGE on image linksAlexander Moisseev2016-02-201-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 imagesAlexander Moisseev2016-02-201-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 ratesVsevolod Stakhov2016-02-161-11/+31
| | | | | Suggested by: @moisseev Issue: #525
* More sanity checksVsevolod Stakhov2016-02-051-1/+1
|
* Add safety guard for ruleVsevolod Stakhov2016-02-051-1/+1
|
* SUSPICIOUS_IMAGES now trigger merely for embedded imagesVsevolod Stakhov2015-11-171-1/+1
|
* Improve empty image rule.Vsevolod Stakhov2015-11-171-12/+12
|
* Add `R_SUSPICIOUS_IMAGES` rule.Vsevolod Stakhov2015-10-131-0/+44
|
* Rework HTML rules.Vsevolod Stakhov2015-08-081-24/+47
|
* Move lua rules to rules dir.Vsevolod Stakhov2015-08-071-0/+76