summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Fix virus name match for SophosAndrew Lewis2016-10-191-1/+1
* [Feature] Add Sophos antivirus supportVsevolod Stakhov2016-10-181-1/+111
* Rework greylist pluginAL2016-10-181-16/+58
* [Rework] Adopt pluginsVsevolod Stakhov2016-10-1711-23/+23
* Fix error level on some messagesAL2016-10-161-3/+3
* [Fix] Remove fann with incorrect layers countVsevolod Stakhov2016-10-151-2/+15
* [Feature] Use more layers for fann and another normalizationVsevolod Stakhov2016-10-151-5/+13
* [Minor] Ratelimit: properly handle bounces with empty `from`Alexander Moisseev2016-10-141-1/+1
* [Minor] Antivirus module: use suitable scan ID for F-ProtAndrew Lewis2016-10-111-2/+4
* Merge pull request #1022 from fatalbanana/fprotVsevolod Stakhov2016-10-111-0/+108
|\
| * [Feature] Add F-Prot support to antivirus moduleAndrew Lewis2016-10-111-0/+108
* | Merge pull request #1021 from fatalbanana/repliesVsevolod Stakhov2016-10-111-0/+1
|\ \
| * | [Minor] Fix local IP check in Replies pluginAndrew Lewis2016-10-101-0/+1
* | | Merge pull request #1020 from fatalbanana/dmarcVsevolod Stakhov2016-10-111-20/+10
|\ \ \ | |_|/ |/| |
| * | [Minor] Use human-readable policy in DMARC pluginAndrew Lewis2016-10-101-20/+10
| |/
* | [Minor] Multiple fixes to neural net classifierVsevolod Stakhov2016-10-101-16/+46
* | [Feature] Compress neural net in redisVsevolod Stakhov2016-10-101-3/+9
|/
* [Feature] Add support of min_learns to neural net classifierVsevolod Stakhov2016-10-091-0/+18
* [Feature] Add neural net classifier to fann_scores moduleVsevolod Stakhov2016-10-081-1/+215
* Merge pull request #1008 from moisseev/patch-2Vsevolod Stakhov2016-10-051-1/+1
|\
| * [Fix] Unbreak once_received skipping for local networksAlexander Moisseev2016-10-051-1/+1
* | [Minor] Fix settings module loggingAlexander Moisseev2016-10-051-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
* [Fix] Fix ip_score module registrationAlexander Moisseev2016-10-011-10/+9
* [Minor] Allow for re-enabling default-disabled checksAndrew Lewis2016-09-304-5/+54
* [Minor] Do not override high priority settings with low prio onesVsevolod Stakhov2016-09-291-1/+4
* [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] 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
* [Feature] Allow whitelisting by IP for greylisting pluginVsevolod Stakhov2016-09-251-0/+14
* [Feature] Allow to store settings in redisVsevolod Stakhov2016-09-221-4/+81
* [Feature] Use FFI to optimize SA moduleVsevolod Stakhov2016-09-221-5/+36
* [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 #951 from moisseev/midVsevolod Stakhov2016-09-191-0/+100
|\
| * [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 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