Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rules] Blank spam detection | Andrew Lewis | 2023-10-13 | 1 | -0/+9 |
| | |||||
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -78/+121 |
| | |||||
* | Apply suggestions from code review | Vsevolod Stakhov | 2023-06-03 | 1 | -2/+2 |
| | |||||
* | [Minor] Improve various rule descriptions | twesterhever | 2023-05-26 | 1 | -15/+14 |
| | |||||
* | [Rework] Reiterate on priorities | Vsevolod Stakhov | 2022-09-10 | 1 | -16/+16 |
| | |||||
* | [Minor] Update more copyright years/email | Vsevolod Stakhov | 2022-03-27 | 1 | -1/+1 |
| | |||||
* | [Minor] Oops, fix foldl call | Vsevolod Stakhov | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix some issues in URI_COUNT_ODD rule | Vsevolod Stakhov | 2022-01-11 | 1 | -4/+2 |
| | | | | Issue: #4037 | ||||
* | [Minor] Fix bit operations logic | Vsevolod Stakhov | 2021-05-13 | 1 | -5/+6 |
| | |||||
* | [Minor] Filter urls for R_SUSPICIOUS_URL check | Vsevolod Stakhov | 2021-05-11 | 1 | -3/+3 |
| | | | | Suggested by: @citrin | ||||
* | [Minor] Use numeric bit and for checking flags | Vsevolod Stakhov | 2021-05-11 | 1 | -3/+8 |
| | |||||
* | [Minor] fix typo: obfusicated -> obfuscated | Richard Schwab | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix OMOGRAPH_URL for the changes in the phished flag | Vsevolod Stakhov | 2021-03-09 | 1 | -1/+4 |
| | |||||
* | [Minor] Properly use task:set_recipients | Vsevolod Stakhov | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | [Minor] Use task:has_header instead of task:get_header | Anton Yuzhaninov | 2020-12-22 | 1 | -2/+3 |
| | | | | Use task:has_header() to check if header is exists. | ||||
* | [Minor] Use rspamd_parsers directly | Vsevolod Stakhov | 2020-11-11 | 1 | -3/+4 |
| | |||||
* | [Minor] Add option for DATE_IN_PAST/DATE_IN_FUTURE symbols | Anton Yuzhaninov | 2020-10-07 | 1 | -2/+2 |
| | | | | | Value for an option is the number of full hours the date of the message is in the past or future. | ||||
* | [Feature] Add INVALID_DATE rule | Anton Yuzhaninov | 2020-10-07 | 1 | -7/+21 |
| | | | | | The symbol indicates that a date in Date: header has invalid format and cannot be parsed by Rspamd. | ||||
* | [Minor] Combine Date checks | Anton Yuzhaninov | 2020-10-06 | 1 | -32/+37 |
| | | | | | Combine Date header checks into a single callback. No functional changes. | ||||
* | [Fix] Fix FREEMAIL_REPLYTO_NEQ_FROM_DOM | Kako, Chang | 2020-05-05 | 1 | -7/+7 |
| | |||||
* | [Fix] Fix gpg parts misdetection | Vsevolod Stakhov | 2020-01-08 | 1 | -0/+13 |
| | | | | Issue: #3205 | ||||
* | [Rules] Add dedicated bitcoin addresses filter rule | Vsevolod Stakhov | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2850 from heraklit256/rule-descr-cleanup | Vsevolod Stakhov | 2019-04-16 | 1 | -4/+4 |
|\ | | | | | [Minor] unify rule scores and weights and improve descriptions | ||||
| * | unify rules scores and weights | heraklit256 | 2019-03-05 | 1 | -4/+4 |
| | | |||||
* | | [Minor] Set alias flag | Vsevolod Stakhov | 2019-04-04 | 1 | -1/+1 |
|/ | |||||
* | [Rules] OMOGRAPH_URL: Avoid extra calls for repeated urls | Vsevolod Stakhov | 2019-01-29 | 1 | -4/+9 |
| | |||||
* | [Feature] Add dedicated ZW spaces detection for URLs | Vsevolod Stakhov | 2019-01-21 | 1 | -2/+18 |
| | | | | Issue: #2725 | ||||
* | [Rules] Fix the case when there are no received headers | Vsevolod Stakhov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | [Minor] Add some mime only rules | Vsevolod Stakhov | 2019-01-07 | 1 | -10/+21 |
| | |||||
* | [Fix] Fix groups mess | Vsevolod Stakhov | 2018-09-29 | 1 | -0/+2 |
| | |||||
* | add low positive score to RCVD_NO_TLS_LAST | heraklit256 | 2018-09-08 | 1 | -3/+3 |
| | |||||
* | [Minor] Pet luacheck | Vsevolod Stakhov | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | [Feature] Add rule to block mixed text and encrypted parts | Vsevolod Stakhov | 2018-05-15 | 1 | -0/+97 |
| | |||||
* | [Feature] Improve URL_IN_SUBJECT rule | Vsevolod Stakhov | 2018-04-09 | 1 | -1/+5 |
| | | | | We penalise now this rule's weight when URL found has no schema. | ||||
* | [Fix] Fix usage of util.parse_mail_address | Vsevolod Stakhov | 2018-03-31 | 1 | -2/+2 |
| | |||||
* | [Minor] Register names for callback only symbols | Vsevolod Stakhov | 2018-03-17 | 1 | -0/+1 |
| | |||||
* | [Minor] Fix warning | Vsevolod Stakhov | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | [Project] Add some generic code to squeeze lua rules | Vsevolod Stakhov | 2018-03-15 | 1 | -2/+2 |
| | |||||
* | [Fix] Cleanup mess with groups | Vsevolod Stakhov | 2017-11-11 | 1 | -13/+27 |
| | |||||
* | [Minor] Clarify RCVD_VIA_SMTP_AUTH description | Andrew Lewis | 2017-09-07 | 1 | -1/+2 |
| | | | | - Issue: #1825 | ||||
* | [Minor] Remove reduntant debug | Vsevolod Stakhov | 2017-07-18 | 1 | -1/+0 |
| | |||||
* | [Rules] Penalise R_BAD_CTE_7BIT for utf8 messages | Vsevolod Stakhov | 2017-07-13 | 1 | -2/+15 |
| | |||||
* | [Minor] Move emails normalization to the lua library | Vsevolod Stakhov | 2017-06-29 | 1 | -31/+3 |
| | |||||
* | [Minor] SPOOF_REPLY_TO: mitigate some possible FPs on mailing list posts | Andrew Lewis | 2017-06-11 | 1 | -0/+2 |
| | |||||
* | [Rules] Improve URL_COUNT_ODD rule | Vsevolod Stakhov | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove unused debug | Vsevolod Stakhov | 2017-06-06 | 1 | -1/+0 |
| | |||||
* | [Rules] Fix received TLS rules | Vsevolod Stakhov | 2017-06-06 | 1 | -3/+4 |
| | |||||
* | [Minor] SPOOF_DISPLAY_NAME: Use all SMTP/MIME recipients | Andrew Lewis | 2017-06-01 | 1 | -9/+18 |
| | |||||
* | [Minor] Validate assumed spoofed display name domains to contain a dot | Julien Schmidt | 2017-05-30 | 1 | -5/+4 |
| | | | | | A displayname of the form <something>@<name> might have been mistaken for an email address | ||||
* | [Feature] Improve omograph phishing detection | Vsevolod Stakhov | 2017-04-30 | 1 | -9/+23 |
| |