aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Explicitly reset all fields in context on initVsevolod Stakhov2017-04-141-7/+4
* [Feature] Allow configurable sign headers for DKIMVsevolod Stakhov2017-04-142-16/+30
* [Fix] Always try to adjust filenameVsevolod Stakhov2017-04-141-1/+19
* [Feature] Allow to add unigramm metatokens from LuaVsevolod Stakhov2017-04-131-1/+26
* [Feature] Add unigramms support in bayesVsevolod Stakhov2017-04-133-1/+22
* [Feature] DKIM Signing: envelope match exception for local IPsAndrew Lewis2017-04-131-3/+12
* [Minor] Fix configuration exampleAndrew Lewis2017-04-131-1/+1
* Merge pull request #1589 from smfreegard/rules_20170411Andrew Lewis2017-04-131-0/+1
|\
| * Fix HTTP_TO_IP in the same way as HTTP_TO_HTTPSSteve Freegard2017-04-131-0/+1
* | Merge pull request #1588 from smfreegard/rules_20170411Andrew Lewis2017-04-131-0/+1
|\|
| * Fix HTTP_TO_HTTPS where message is_html but get_html returns nilSteve Freegard2017-04-131-0/+1
* | [Minor] Improve protocol debuggingVsevolod Stakhov2017-04-121-0/+17
* | [Minor] Slightly optimise maillist pluginVsevolod Stakhov2017-04-121-16/+18
* | Merge pull request #1586 from smfreegard/rules_20170411Vsevolod Stakhov2017-04-123-1/+97
|\|
| * New rulesSteve Freegard2017-04-123-1/+97
* | [Minor] Fix one more issue with empty mapsVsevolod Stakhov2017-04-111-6/+3
* | [Minor] Store full timestamp when checking logsVsevolod Stakhov2017-04-111-1/+1
* | [Minor] Properly show warningVsevolod Stakhov2017-04-111-3/+3
|/
* [Minor] Improve symbols in emails moduleVsevolod Stakhov2017-04-111-17/+27
* [Fix] More fixes for hashed email dnsblsVsevolod Stakhov2017-04-111-1/+12
* [Minor] Remove unportable constructionsVsevolod Stakhov2017-04-111-28/+1
* [Fix] Plug memory leak in chartable moduleVsevolod Stakhov2017-04-101-0/+4
* [Minor] Update version to 1.5.6Vsevolod Stakhov2017-04-101-1/+1
* Release 1.5.5Vsevolod Stakhov2017-04-101-0/+44
* Merge pull request #1584 from moisseev/webuiVsevolod Stakhov2017-04-093-15/+21
|\
| * [WebUI] Display multiple alerts at onceAlexander Moisseev2017-04-083-15/+21
* | [WebUI] Do not hide messages with bad subject, just replace it with '???'Vsevolod Stakhov2017-04-091-2/+6
* | [Minor] More strict boundaries checks and composites policies fixVsevolod Stakhov2017-04-093-10/+13
* | [Minor] Filter bad utf8 subjectsVsevolod Stakhov2017-04-091-1/+7
* | [Minor] Add lua routine to validate utf8Vsevolod Stakhov2017-04-091-0/+26
* | [WebUI] Fix history v2 displayVsevolod Stakhov2017-04-091-1/+1
* | [Fix] Fix JSON output for history_redisVsevolod Stakhov2017-04-091-4/+16
|/
* [Minor] Use normal string allocationVsevolod Stakhov2017-04-081-5/+5
* Merge pull request #1583 from moisseev/webuiVsevolod Stakhov2017-04-081-2/+17
|\
| * [WebUI] Check if neighbours' history backend versions matchAlexander Moisseev2017-04-081-2/+17
* | [Minor] Fix couple of format arguments issuesVsevolod Stakhov2017-04-084-4/+4
* | [Minor] Support time_t args in clang pluginVsevolod Stakhov2017-04-081-0/+28
* | [Minor] Remove minor warningsVsevolod Stakhov2017-04-082-4/+6
* | [Minor] Remove redundant functionVsevolod Stakhov2017-04-085-37/+8
|/
* [Minor] More bounds checksVsevolod Stakhov2017-04-072-3/+9
* [Minor] Use proper substring searchVsevolod Stakhov2017-04-071-6/+9
* [Minor] Add some more boundaries checksVsevolod Stakhov2017-04-071-5/+5
* [Fix] Fix one character length substrings searchVsevolod Stakhov2017-04-071-0/+25
* [Minor] Import public suffix list updatesAndrew Lewis2017-04-071-5/+13
* [Minor] More inline fixesVsevolod Stakhov2017-04-071-6/+8
* [Minor] Fix inline issuesVsevolod Stakhov2017-04-071-9/+10
* [Minor] Antivirus: don't set action if all results were whitelistedAndrew Lewis2017-04-071-0/+3
* [Minor] Unify substring search routinesVsevolod Stakhov2017-04-075-217/+102
* [Minor] Antivirus: process table results correctly; prettify loggingAndrew Lewis2017-04-071-3/+6
* [Minor] Try fix antivirus pluginAndrew Lewis2017-04-071-8/+27