summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [Fix] Do not cache SPF records with DNS errorsVsevolod Stakhov2016-08-011-6/+9
* [Feature] Improve DNS failures when dealing with SPFVsevolod Stakhov2016-08-011-3/+44
* [Fix] Fix another locking issue with mapped filesVsevolod Stakhov2016-08-011-28/+56
* Merge pull request #780 from fatalbanana/greylistVsevolod Stakhov2016-08-011-0/+8
|\
| * [Minor] Disable greylisting for authenticated usersAndrew Lewis2016-08-011-0/+8
* | Merge pull request #775 from fatalbanana/multimapVsevolod Stakhov2016-08-011-1/+55
|\ \
| * | [Minor] Support filters for hostnames in multimapAndrew Lewis2016-07-311-1/+51
| * | [Feature] Allow for matching hostnames in multimap (#773)Andrew Lewis2016-07-311-1/+5
* | | [Feature] Check UTF validity when there are utf regexps in a mapVsevolod Stakhov2016-08-011-8/+37
| |/ |/|
* | [Feature] Allow for setting action based on DMARC dispositionAndrew Lewis2016-07-311-0/+9
* | [Feature] Add DMARC_BAD_POLICY symbol when DMARC policy was invalidAndrew Lewis2016-07-311-8/+10
|/
* [Fix] Fix locking in mmapped statisticsVsevolod Stakhov2016-07-311-25/+56
* [Fix] Set max size on per connection basisVsevolod Stakhov2016-07-304-19/+39
* [Feature] Allow limiting of the inbound message sizeVsevolod Stakhov2016-07-307-6/+89
* [Fix] Filter NaN from scores in historyVsevolod Stakhov2016-07-291-2/+9
* [Fix] Do not break history on NaN in required scoreVsevolod Stakhov2016-07-291-3/+11
* [Fix] Forgot to commit leftover changesVsevolod Stakhov2016-07-291-1/+16
* Merge pull request #770 from fatalbanana/glVsevolod Stakhov2016-07-291-41/+38
|\
| * [Fix] Restore selective greylisting behaviourAndrew Lewis2016-07-291-41/+38
* | [Fix] Use temporary storage for hyperscan cacheVsevolod Stakhov2016-07-291-4/+28
* | [Fix] Fix prefilter mode for multimapVsevolod Stakhov2016-07-291-4/+5
* | [Fix] Ensure that hyperscan cache written is written properlyVsevolod Stakhov2016-07-292-3/+30
|/
* [Fix] Fix dependencies in multimap pluginVsevolod Stakhov2016-07-291-4/+73
* [Feature] Allow to store strings in radix mapsVsevolod Stakhov2016-07-291-4/+19
* [Feature] Allow to register metric symbols from multimapVsevolod Stakhov2016-07-291-1/+30
* [Fix] Fix another locking issue in sqliteVsevolod Stakhov2016-07-291-14/+5
* [CritFix] Fix crash when the first received is fakedVsevolod Stakhov2016-07-291-1/+1
* [CritFix] Fix catena passwords validationVsevolod Stakhov2016-07-281-1/+1
* [Minor] Fighting with windmills (sqlite locking)Vsevolod Stakhov2016-07-281-1/+12
* [Feature] Implement dependencies for mapsVsevolod Stakhov2016-07-281-0/+43
* [Fix] Fix DNSBL mapsVsevolod Stakhov2016-07-281-3/+3
* [Fix] Another effort to unbreak sqlite lockingVsevolod Stakhov2016-07-281-1/+13
* [Fix] Fix deadlock in mmaped file statsVsevolod Stakhov2016-07-281-48/+61
* [Minor] Another sanity checkVsevolod Stakhov2016-07-281-7/+10
* [Test] Reorder testsVsevolod Stakhov2016-07-281-112/+61
* [Fix] Avoid crash when closing mmapped fileVsevolod Stakhov2016-07-281-2/+1
* [Feature] Correctly work when there is no hard reject actionVsevolod Stakhov2016-07-278-21/+56
* [Feature] Allow regexps in the emails mapsVsevolod Stakhov2016-07-271-1/+5
* [Fix] Fix emails module configurationVsevolod Stakhov2016-07-271-2/+5
* [Fix] Fix greylisting plugin variable usageVsevolod Stakhov2016-07-271-2/+2
* [Feature] Allow to reset redis tokens instead of appendig valuesVsevolod Stakhov2016-07-272-6/+17
* [Fix] Fix greylist plugin (#755)Andrew Lewis2016-07-261-14/+12
* [Fix] Add spaces instead of newlines to the normalized contentVsevolod Stakhov2016-07-241-2/+2
* [Fix] Simplify state machine by ignoring multiple spacesVsevolod Stakhov2016-07-231-4/+4
* [Feature] Create a dedicated parser to strip newlinesVsevolod Stakhov2016-07-234-61/+101
* [Feature] Allow to disable some modules from common redis setupVsevolod Stakhov2016-07-221-0/+11
* [Fix] Another change of newlines policyVsevolod Stakhov2016-07-221-0/+16
* [Fix] Fix long regexp flags (e.g. {sa_body})Vsevolod Stakhov2016-07-221-1/+14
* [Feature] Wait for sqlite if locked when switching to WAL modeVsevolod Stakhov2016-07-221-1/+13
* [Feature] Deduplicate the same urls in multimap moduleVsevolod Stakhov2016-07-221-48/+75