aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Fix ip_score module registrationAlexander Moisseev2016-10-011-10/+9
* Merge pull request #988 from fatalbanana/localauthVsevolod Stakhov2016-09-308-7/+105
|\
| * [Minor] Allow for re-enabling default-disabled checksAndrew Lewis2016-09-308-7/+105
* | [Fix] Another memory leak pluggedVsevolod Stakhov2016-09-302-1/+3
* | [CritFix] Plug memory leak and potential memory corruptionVsevolod Stakhov2016-09-302-16/+7
* | Merge pull request #987 from fatalbanana/spfVsevolod Stakhov2016-09-302-17/+33
|\ \ | |/ |/|
| * [Minor] SPF: Make (almost) all unresolveable records PERMFAILAndrew Lewis2016-09-302-17/+33
* | [Minor] Try to deal with errors in lua_redisVsevolod Stakhov2016-09-301-7/+15
* | [Minor] Try to fix some memory inconsistenciesVsevolod Stakhov2016-09-301-0/+1
|/
* [Minor] Do not override high priority settings with low prio onesVsevolod Stakhov2016-09-291-1/+4
* Merge pull request #986 from fatalbanana/rglVsevolod Stakhov2016-09-291-3/+3
|\
| * [Test] Help lcov find ragel parts sans hacksAndrew Lewis2016-09-291-3/+3
* | [Minor] Set/reduce postfilter prioritiesAndrew Lewis2016-09-295-2/+5
|/
* [Feature] Ratelimit: Support dynamic bucket size/leak rateAndrew Lewis2016-09-291-3/+24
* [Fix] Improve multimap info messageVsevolod Stakhov2016-09-281-3/+7
* [Minor] Another fix of raw access to headers structuresVsevolod Stakhov2016-09-281-2/+7
* [Minor] Split loopsVsevolod Stakhov2016-09-281-2/+2
* [Minor] Do not crash with empty arrayVsevolod Stakhov2016-09-281-1/+1
* [Feature] Stop using of GLists for headers, improve performanceVsevolod Stakhov2016-09-2812-454/+125
* [Minor] Add macro for ptr array iterationVsevolod Stakhov2016-09-281-0/+1
* [Minor] Fix processing of messages with no recipientsVsevolod Stakhov2016-09-271-1/+1
* [Minor] Fix DMARC after the recent RDNS changesAndrew Lewis2016-09-271-2/+2
* [Minor] Really fix SPF PERMFAIL/DNSFAIL behaviour on failed redirectAndrew Lewis2016-09-272-12/+39
* Merge pull request #978 from fatalbanana/spfVsevolod Stakhov2016-09-273-1/+13
|\
| * [Minor] Fix SPF PERMFAIL/DNSFAIL behaviour on failed redirectAndrew Lewis2016-09-263-1/+13
* | [Fix] Do not replan retransmits if merely one server is definedVsevolod Stakhov2016-09-261-0/+10
* | Merge pull request #979 from fatalbanana/dkimVsevolod Stakhov2016-09-261-1/+1
|\ \
| * | [Minor] Fix setting DKIM symbol weightAndrew Lewis2016-09-261-1/+1
| |/
* | [Fix] Another fix in DKIM canonicalizationVsevolod Stakhov2016-09-261-4/+4
* | [Fix] Fix folding algorithm to deal with empty tokensVsevolod Stakhov2016-09-261-3/+5
* | [Minor] Fix zctx freeingVsevolod Stakhov2016-09-261-1/+2
* | [Fix] Fix memory leak in client when using compressionVsevolod Stakhov2016-09-261-2/+4
|/
* [Minor] Fix build with old glibVsevolod Stakhov2016-09-251-1/+1
* [Feature] Allow whitelisting by IP for greylisting pluginVsevolod Stakhov2016-09-251-0/+14
* [Feature] Allow to execute Lua scripts by controllerVsevolod Stakhov2016-09-241-0/+274
* [Minor] Kill POSIX with fire pleaseVsevolod Stakhov2016-09-241-5/+24
* [Minor] Improve handling of directories for rspamcVsevolod Stakhov2016-09-241-8/+30
* [Fix] Fix issues with the recent SPF changesVsevolod Stakhov2016-09-241-11/+16
* [Minor] Fix build with glib < 2.40Vsevolod Stakhov2016-09-243-6/+32
* [Minor] Allow regexp patterns for HTTP routerVsevolod Stakhov2016-09-242-3/+84
* Merge pull request #975 from fatalbanana/spfVsevolod Stakhov2016-09-233-26/+92
|\
| * [Feature] Add R_SPF_PERMFAIL symbolAndrew Lewis2016-09-233-26/+92
* | [Fix] Fix DKIM signing for messages with no newline at the endVsevolod Stakhov2016-09-231-3/+8
* | [Fix] Do not add extra newline in MIME modeVsevolod Stakhov2016-09-231-1/+1
* | [Minor] Allow to parse GString memory pool varsVsevolod Stakhov2016-09-231-0/+6
* | [Fix] More spaces fix in DKIM signatureVsevolod Stakhov2016-09-231-11/+20
* | [Fix] Fix crash on OpenBSD in `url_email_start`Vsevolod Stakhov2016-09-231-1/+5
* | [Minor] More fixes to headers foldingVsevolod Stakhov2016-09-231-10/+23
* | [Fix] Fix DKIM calculationsVsevolod Stakhov2016-09-231-4/+4
* | [Feature] Try to guess line endings when folding headersVsevolod Stakhov2016-09-228-27/+133