Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix description | Andrew Lewis | 2024-07-08 | 1 | -1/+1 |
| | |||||
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -35/+66 |
| | |||||
* | Apply suggestions from code review | Vsevolod Stakhov | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix description of MIME_HTML_ONLY | twesterhever | 2023-06-02 | 1 | -1/+1 |
| | | | | Thanks, @moisseev! | ||||
* | [Minor] Improve various rule descriptions | twesterhever | 2023-05-26 | 1 | -6/+6 |
| | |||||
* | [Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completely | Vsevolod Stakhov | 2022-10-18 | 1 | -1/+1 |
| | |||||
* | [Rules] Improve zero font rule | Vsevolod Stakhov | 2021-09-07 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix checks safety | Vsevolod Stakhov | 2021-07-19 | 1 | -2/+4 |
| | |||||
* | [Minor] Add safety guards | Vsevolod Stakhov | 2021-07-08 | 1 | -2/+2 |
| | |||||
* | [Minor] Pet luacheck | Vsevolod Stakhov | 2021-06-14 | 1 | -2/+0 |
| | |||||
* | [Project] Rework html visibility rule | Vsevolod Stakhov | 2021-06-14 | 1 | -34/+14 |
| | |||||
* | [Rules] Fix zerofont rule (partially) | Vsevolod Stakhov | 2021-06-12 | 1 | -1/+3 |
| | |||||
* | [Rules] Fix HTTP_TO_HTTPS rule | Vsevolod Stakhov | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | [Rules] Do not trigger HTML_SHORT_LINK_IMG on external images | Vsevolod Stakhov | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | [Rules] Another fix to HTTP_TO_HTTPS rule | Vsevolod Stakhov | 2021-03-16 | 1 | -10/+10 |
| | |||||
* | [Rules] Fix HTTP_TO_HTTPS rule | Vsevolod Stakhov | 2021-03-13 | 1 | -10/+22 |
| | |||||
* | [Fix] Fix white on white rule and add is_leaf flag | Vsevolod Stakhov | 2020-01-23 | 1 | -7/+6 |
| | |||||
* | [Fix] Fix embedded images linking logic | Vsevolod Stakhov | 2019-09-19 | 1 | -1/+0 |
| | |||||
* | [Rules] Improve html images detection logic | Vsevolod Stakhov | 2019-02-21 | 1 | -20/+25 |
| | |||||
* | [Fix] Fix groups mess | Vsevolod Stakhov | 2018-09-29 | 1 | -0/+1 |
| | |||||
* | [Feature] Improve WHITE_ON_WHITE rule | Vsevolod Stakhov | 2018-07-04 | 1 | -10/+23 |
| | |||||
* | [Minor] Temporarily reset scores of new symbols unless tested | Vsevolod Stakhov | 2018-06-21 | 1 | -2/+2 |
| | |||||
* | [Feature] Address ZeroFont exploit | Vsevolod Stakhov | 2018-06-21 | 1 | -4/+85 |
| | |||||
* | [Fix] Cleanup mess with groups | Vsevolod Stakhov | 2017-11-11 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix enormous scores for R_WHITE_ON_WHITE | Vsevolod Stakhov | 2017-09-28 | 1 | -1/+5 |
| | | | | MFH: 1.6 | ||||
* | [Minor] Fix tests | Andrew Lewis | 2017-09-11 | 1 | -2/+1 |
| | |||||
* | [Minor] WHITE_ON_WHITE: Use per-part transparency length | Andrew Lewis | 2017-07-10 | 1 | -2/+2 |
| | |||||
* | [Fix] WHITE_ON_WHITE: Ensure score is matched to part that fired the rule | Andrew Lewis | 2017-07-10 | 1 | -4/+4 |
| | |||||
* | Fix HTTP_TO_IP in the same way as HTTP_TO_HTTPS | Steve Freegard | 2017-04-13 | 1 | -0/+1 |
| | |||||
* | Fix HTTP_TO_HTTPS where message is_html but get_html returns nil | Steve Freegard | 2017-04-13 | 1 | -0/+1 |
| | |||||
* | New rules | Steve Freegard | 2017-04-12 | 1 | -1/+69 |
| | |||||
* | [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 |
| |