aboutsummaryrefslogtreecommitdiffstats
path: root/rules/misc.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Rules] Add dedicated bitcoin addresses filter ruleVsevolod Stakhov2019-06-181-1/+1
|
* Merge pull request #2850 from heraklit256/rule-descr-cleanupVsevolod Stakhov2019-04-161-4/+4
|\ | | | | [Minor] unify rule scores and weights and improve descriptions
| * unify rules scores and weightsheraklit2562019-03-051-4/+4
| |
* | [Minor] Set alias flagVsevolod Stakhov2019-04-041-1/+1
|/
* [Rules] OMOGRAPH_URL: Avoid extra calls for repeated urlsVsevolod Stakhov2019-01-291-4/+9
|
* [Feature] Add dedicated ZW spaces detection for URLsVsevolod Stakhov2019-01-211-2/+18
| | | | Issue: #2725
* [Rules] Fix the case when there are no received headersVsevolod Stakhov2019-01-151-1/+1
|
* [Minor] Add some mime only rulesVsevolod Stakhov2019-01-071-10/+21
|
* [Fix] Fix groups messVsevolod Stakhov2018-09-291-0/+2
|
* add low positive score to RCVD_NO_TLS_LASTheraklit2562018-09-081-3/+3
|
* [Minor] Pet luacheckVsevolod Stakhov2018-05-151-1/+1
|
* [Feature] Add rule to block mixed text and encrypted partsVsevolod Stakhov2018-05-151-0/+97
|
* [Feature] Improve URL_IN_SUBJECT ruleVsevolod Stakhov2018-04-091-1/+5
| | | | We penalise now this rule's weight when URL found has no schema.
* [Fix] Fix usage of util.parse_mail_addressVsevolod Stakhov2018-03-311-2/+2
|
* [Minor] Register names for callback only symbolsVsevolod Stakhov2018-03-171-0/+1
|
* [Minor] Fix warningVsevolod Stakhov2018-03-161-1/+1
|
* [Project] Add some generic code to squeeze lua rulesVsevolod Stakhov2018-03-151-2/+2
|
* [Fix] Cleanup mess with groupsVsevolod Stakhov2017-11-111-13/+27
|
* [Minor] Clarify RCVD_VIA_SMTP_AUTH descriptionAndrew Lewis2017-09-071-1/+2
| | | | - Issue: #1825
* [Minor] Remove reduntant debugVsevolod Stakhov2017-07-181-1/+0
|
* [Rules] Penalise R_BAD_CTE_7BIT for utf8 messagesVsevolod Stakhov2017-07-131-2/+15
|
* [Minor] Move emails normalization to the lua libraryVsevolod Stakhov2017-06-291-31/+3
|
* [Minor] SPOOF_REPLY_TO: mitigate some possible FPs on mailing list postsAndrew Lewis2017-06-111-0/+2
|
* [Rules] Improve URL_COUNT_ODD ruleVsevolod Stakhov2017-06-061-1/+1
|
* [Minor] Remove unused debugVsevolod Stakhov2017-06-061-1/+0
|
* [Rules] Fix received TLS rulesVsevolod Stakhov2017-06-061-3/+4
|
* [Minor] SPOOF_DISPLAY_NAME: Use all SMTP/MIME recipientsAndrew Lewis2017-06-011-9/+18
|
* [Minor] Validate assumed spoofed display name domains to contain a dotJulien Schmidt2017-05-301-5/+4
| | | | | A displayname of the form <something>@<name> might have been mistaken for an email address
* [Feature] Improve omograph phishing detectionVsevolod Stakhov2017-04-301-9/+23
|
* [Minor] Avoid `nil` tableAlexander Moisseev2017-04-271-1/+2
|
* [Fix] Fix setting of email addressVsevolod Stakhov2017-04-251-2/+2
|
* [Fix] Fix R_BAD_CTE_7BIT ruleVsevolod Stakhov2017-04-241-0/+20
| | | | Issue: #1590
* Add INFO_TO_INFO_LU ruleSteve Freegard2017-04-191-0/+22
|
* [Fix] Fix SPOOF_REPLYTO ruleVsevolod Stakhov2017-04-181-2/+3
|
* [Minor] Slightly increase weight of URL_IN_SUBJECT ruleVsevolod Stakhov2017-04-161-2/+2
|
* [Fix] Ignore Rmilter added ReceivedVsevolod Stakhov2017-04-161-3/+9
| | | | Issue: #1587
* Rules updatesSteve Freegard2017-03-291-0/+11
|
* [Feature] Add URL_IN_SUBJECT ruleVsevolod Stakhov2017-03-281-0/+25
|
* [Minor] Fix SPOOF_DISPLAY_NAME / FROM_NEQ_DISPLAY_NAME rulesAndrew Lewis2017-03-271-7/+8
|
* Fix RCVD_TLS_ALL and add RCVD_TLS_LASTSteve Freegard2017-03-241-8/+49
|
* [Minor] Really fix testsAndrew Lewis2017-03-241-0/+1
|
* [Minor] Fix testsAndrew Lewis2017-03-241-5/+4
|
* Merge pull request #1554 from smfreegard/rules_170323Vsevolod Stakhov2017-03-241-11/+37
|\ | | | | New rules
| * Rules fixesSteve Freegard2017-03-241-6/+13
| |
| * Updates to previous commitSteve Freegard2017-03-231-2/+4
| |
| * New rulesSteve Freegard2017-03-231-3/+20
| |
* | [Minor] Remove all get_api_version callsVsevolod Stakhov2017-03-241-19/+13
|/
* [Minor] Fix changes to SPOOF_REPLYTOAndrew Lewis2017-03-231-0/+1
|
* [Minor] Use SMTP recipients for SPOOF_REPLYTO ruleAndrew Lewis2017-03-221-13/+17
|
* [Feature] Add spoofed rulesVsevolod Stakhov2017-03-181-0/+54
| | | | Contributed by: Steve Freegard