summaryrefslogtreecommitdiffstats
path: root/rules/misc.lua
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [Fix] Fix URI_COUNT_ODD ruleVsevolod Stakhov2017-03-161-3/+7
|
* [Minor] Fix testsAndrew Lewis2017-03-131-2/+1
|
* [Fix] RCPT_COUNT fixesVsevolod Stakhov2017-03-111-1/+1
|
* [Fix] Rework HAS_X_PRIO rule to match symbols conventionsVsevolod Stakhov2017-03-111-0/+1
|
* [Minor] Optimise rulesVsevolod Stakhov2017-03-111-67/+62
|
* [Minor] Use modern syntax in rules registrationVsevolod Stakhov2017-03-111-20/+20
|
* [Minor] Move rules from misc lua to headers and subject checksVsevolod Stakhov2017-03-111-532/+1
|
* [Feature] Add symbols when tagged rcpt/sender are normalisedVsevolod Stakhov2017-03-111-5/+26
|
* [Minor] Silence warningAndrew Lewis2017-03-071-3/+1
|
* [Fix] Fix MISSING_MIME_VERSION rule for plain messagesVsevolod Stakhov2017-03-071-1/+17
|
* [Minor] Silence warningAndrew Lewis2017-03-041-1/+1
|
* [Feature] Remove + aliases from emailsVsevolod Stakhov2017-03-041-0/+71
|
* [Minor] Deal with DSN messagesVsevolod Stakhov2017-03-031-1/+1
|
* [Feature] Add rule to detect broken content typeVsevolod Stakhov2017-03-031-1/+11
|
* [Fix] Adopt OMOGRAPH_URL ruleVsevolod Stakhov2017-02-241-17/+7
|
* [Minor] Filter artificial Received header in multimap by defaultAndrew Lewis2017-02-131-1/+4
| | | | - Also filter headers in CHECK_RECEIVED rule
* [Minor] Ignore displayed only urls from omographs checkVsevolod Stakhov2017-02-131-7/+14
|
* Merge pull request #1421 from fatalbanana/newrulesVsevolod Stakhov2017-02-131-1/+1
|\ | | | | [Minor] Fix rules
| * [Minor] Fix rulesAndrew Lewis2017-02-131-1/+1
| |
* | Merge pull request #1420 from fatalbanana/newrulesVsevolod Stakhov2017-02-131-2/+30
|\| | | | | New rules
| * [Feature] Add FROM_NAME_EXCESS_SPACE ruleAndrew Lewis2017-02-131-0/+6
| |