aboutsummaryrefslogtreecommitdiffstats
path: root/rules/misc.lua
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [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 rulesAndrew Lewis2017-02-131-1/+1
* | Merge pull request #1420 from fatalbanana/newrulesVsevolod Stakhov2017-02-131-2/+30
|\|
| * [Feature] Add FROM_NAME_EXCESS_SPACE ruleAndrew Lewis2017-02-131-0/+6
| * [Feature] Add REPLYTO_EMAIL_HAS_TITLE ruleAndrew Lewis2017-02-131-0/+16
| * [Minor] Yield matched title in FROM_NAME_HAS_TITLE ruleAndrew Lewis2017-02-131-2/+8
* | [Fix] Improve OMOGRAPH_URL ruleVsevolod Stakhov2017-02-131-3/+14
|/
* [Feature] Detect URLs with suspicious omographsVsevolod Stakhov2017-02-041-1/+25
* [Minor] Be more strict about bad mime structureVsevolod Stakhov2017-01-091-8/+3
* [Minor] Use gmt dates if possibleVsevolod Stakhov2016-12-231-2/+2
* [Minor] Fix condition, avoid `nil` indexAlexander Moisseev2016-12-041-4/+6
* [Minor] Avoid nil indexAlexander Moisseev2016-12-041-3/+3
* [Minor] Avoid nil indexAlexander Moisseev2016-12-031-1/+1
* [Minor] Make FREEMAIL_REPLYTO_NEQ_FROM_DOM normal symbolAndrew Lewis2016-11-291-1/+0
* Adjust scores and add new rulesSteve Freegard2016-11-291-0/+22
* [Minor] Avoid nil indexAndrew Lewis2016-11-281-1/+2
* Update commit as per commentsSteve Freegard2016-11-251-309/+70
* Fix trailing whitespace for testsSteve Freegard2016-11-211-6/+6
* Rules updatesSteve Freegard2016-11-211-0/+582
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-1/+1
* [Minor] Some linting for rulesAndrew Lewis2016-11-131-8/+4
* [Minor] Retire FORGED_X_PHP_SCRIPT1 ruleAndrew Lewis2016-10-101-18/+0
* [Minor] Fix FORGED_X_PHP_SCRIPT1Andrew Lewis2016-10-081-4/+4
* [Fix] Try avoid false-positives in HEADER_FORGED_MDN ruleAndrew Lewis2016-10-051-10/+12
* [Feature] Rule to identify some X-PHP-Script forgeriesAndrew Lewis2016-10-031-0/+18
* [Minor] Finish reworking rulesAndrew Lewis2016-08-311-59/+81
* [Minor] Zero scoring on some informational symbolsAndrew Lewis2016-08-191-3/+3
* [Feature] Remove old ugly rulesVsevolod Stakhov2016-08-051-6/+0
* [Fix] Avoid `table.getn` method as it has been removed in lua 5.3Vsevolod Stakhov2016-07-041-1/+1
* [Feature] Add support for non-standard BATV signaturesAlexander Moisseev2016-06-291-4/+24
* [Minor] Fix percents output in R_PARTS_DIFFERVsevolod Stakhov2016-04-291-1/+2
* [Fix] Fix setting of score for parts differVsevolod Stakhov2016-04-281-2/+3
* [Fix] Fix dynamic scoring of subject symbolsVsevolod Stakhov2016-04-281-1/+1