aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix double free in SPFVsevolod Stakhov2016-10-041-1/+1
|
* [Minor] Finally kill cymruVsevolod Stakhov2016-10-031-7/+7
|
* [Feature] Stop using cymru zone as it is unstableVsevolod Stakhov2016-10-031-3/+3
|
* [Feature] Check settings with equal priopities in alphabetical orderAlexander Moisseev2016-10-021-8/+8
|
* [Minor] Treat no valid elements as permanent spf errorVsevolod Stakhov2016-10-011-2/+2
|
* [Fix] Stop caching records with DNS failuresVsevolod Stakhov2016-10-011-3/+3
|
* [Fix] Fix ip_score module registrationAlexander Moisseev2016-10-011-10/+9
|
* Merge pull request #988 from fatalbanana/localauthVsevolod Stakhov2016-09-306-7/+91
|\ | | | | [Minor] Allow for re-enabling default-disabled checks
| * [Minor] Allow for re-enabling default-disabled checksAndrew Lewis2016-09-306-7/+91
| |
* | [Minor] SPF: Make (almost) all unresolveable records PERMFAILAndrew Lewis2016-09-301-3/+13
|/
* [Minor] Do not override high priority settings with low prio onesVsevolod Stakhov2016-09-291-1/+4
| | | | | Issue: #981 Reported by: @moisseev
* [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
|
* [Feature] Stop using of GLists for headers, improve performanceVsevolod Stakhov2016-09-282-100/+8
|
* [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
|
* Merge pull request #978 from fatalbanana/spfVsevolod Stakhov2016-09-271-0/+6
|\ | | | | Fix SPF PERMFAIL/DNSFAIL behaviour on failed redirect
| * [Minor] Fix SPF PERMFAIL/DNSFAIL behaviour on failed redirectAndrew Lewis2016-09-261-0/+6
| |
* | [Minor] Fix setting DKIM symbol weightAndrew Lewis2016-09-261-1/+1
|/
* [Feature] Allow whitelisting by IP for greylisting pluginVsevolod Stakhov2016-09-251-0/+14
|
* Merge pull request #975 from fatalbanana/spfVsevolod Stakhov2016-09-231-5/+41
|\ | | | | [Feature] Add R_SPF_PERMFAIL symbol
| * [Feature] Add R_SPF_PERMFAIL symbolAndrew Lewis2016-09-231-5/+41
| | | | | | | | | | - Also yield R_SPF_DNSFAIL on bogus redirect - Also grow SPF tests
* | [Feature] Allow to store settings in redisVsevolod Stakhov2016-09-221-4/+81
| |
* | [Feature] Use FFI to optimize SA moduleVsevolod Stakhov2016-09-221-5/+36
|/
* Merge pull request #974 from fatalbanana/spfVsevolod Stakhov2016-09-211-1/+1
|\ | | | | [Fix] Yield R_SPF_DNSFAIL if lookup of included record fails
| * [Fix] Yield R_SPF_DNSFAIL if lookup of included record failsAndrew Lewis2016-09-211-1/+1
| |
* | [Minor] Return policy in DMARC_POLICY_ACCEPT optionsAndrew Lewis2016-09-211-1/+7
|/
* [Minor] MX checks should be one_shotVsevolod Stakhov2016-09-201-3/+6
|
* Merge pull request #936 from fatalbanana/dkimVsevolod Stakhov2016-09-191-43/+63
|\ | | | | [Feature] Add R_DKIM_PERMFAIL symbol
| * [Feature] Add R_DKIM_PERMFAIL symbolAndrew Lewis2016-09-191-43/+63
| |
* | Merge pull request #951 from moisseev/midVsevolod Stakhov2016-09-191-0/+100
|\ \ | | | | | | [Feature] Add `mid` Lua module
| * | [Fix] mid: handle incorrect rgexps in the mapAlexander Moisseev2016-09-191-3/+1
| | |
| * | [Fix] mid: fix map initializationAlexander Moisseev2016-09-191-28/+18
| | |
| * | [Feature] Add `mid` Lua moduleAlexander Moisseev2016-09-181-0/+112
| | |
* | | [Minor] Fix ASN cachingVsevolod Stakhov2016-09-191-4/+4
| | |
* | | Merge pull request #960 from fatalbanana/minorVsevolod Stakhov2016-09-191-2/+2
|\ \ \ | | | | | | | | [Minor] Clarify display message
| * | | [Minor] Clarify display messageAndrew Lewis2016-09-191-2/+2
| | |/ | |/|
* | | [Feature] Add redis cache to asn moduleVsevolod Stakhov2016-09-191-1/+77
| | |
* | | [Minor] Disable ONCE_RECEIVED for local networksAlexander Moisseev2016-09-191-12/+7
|/ /
* | [Fix] Skip MX check for authenticated users and local networksAlexander Moisseev2016-09-181-0/+5
| |
* | [Minor] Resolve A record if all MXes are absentVsevolod Stakhov2016-09-171-1/+11
| |
* | [Minor] Use HELO when SMTP from is emptyVsevolod Stakhov2016-09-171-0/+6
| |
* | [Feature] Add plugin to check MX'es for the sender's domainVsevolod Stakhov2016-09-171-0/+257
| |
* | [Minor] Improve logging for fann trainVsevolod Stakhov2016-09-161-0/+13
| |
* | [Minor] Fix whitelisted_user map initialisationAndrew Lewis2016-09-141-1/+5
| |
* | [Minor] Ratelimit: don't copy dataAndrew Lewis2016-09-141-2/+1
|/
* Merge pull request #950 from fatalbanana/rlimit3Vsevolod Stakhov2016-09-131-2/+0
|\ | | | | More ratelimit cleanup
| * [Minor] Remove more useless code from ratelimitAndrew Lewis2016-09-131-2/+0
| |
* | Merge pull request #949 from fatalbanana/rblVsevolod Stakhov2016-09-131-2/+2
|\ \ | | | | | | [Minor] RBL: Display matched IP instead of thing being matched against