summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Fix HFILTER_URL_ONELINE ruleAlexander Moisseev2016-08-051-2/+2
* [Minor] Fix multimap hostname checkAndrew Lewis2016-08-051-1/+1
* [Fix] Fix HFILTER_URL moduleVsevolod Stakhov2016-08-051-25/+39
* [Fix] Do not insert HELO/HOSTNAME unknown when they are not passedVsevolod Stakhov2016-08-051-6/+1
* [Fix] Fix processing of last element of DMARC policiesAndrew Lewis2016-08-051-4/+9
* [Fix] SpamAssassin plugin: support check_freemail_header('EnvelopeFrom', [..])Andrew Lewis2016-08-041-1/+7
* [Minor] Add some debug for multimap dependsVsevolod Stakhov2016-08-041-3/+6
* [Fix] Fix DMARC_BAD_POLICY symbolAndrew Lewis2016-08-021-1/+1
* [Feature] Allow to create settings for authenticated usersVsevolod Stakhov2016-08-021-2/+9
* [Fix] Ignore content type/subtype caseAlexander Moisseev2016-08-021-1/+1
* 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] 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
|/
* Merge pull request #770 from fatalbanana/glVsevolod Stakhov2016-07-291-41/+38
|\
| * [Fix] Restore selective greylisting behaviourAndrew Lewis2016-07-291-41/+38
* | [Fix] Fix prefilter mode for multimapVsevolod Stakhov2016-07-291-4/+5
|/
* [Fix] Fix dependencies in multimap pluginVsevolod Stakhov2016-07-291-4/+73
* [Feature] Allow to register metric symbols from multimapVsevolod Stakhov2016-07-291-1/+30
* [Feature] Implement dependencies for mapsVsevolod Stakhov2016-07-281-0/+43
* [Fix] Fix DNSBL mapsVsevolod Stakhov2016-07-281-3/+3
* [Test] Reorder testsVsevolod Stakhov2016-07-281-112/+61
* [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
* [Fix] Fix greylist plugin (#755)Andrew Lewis2016-07-261-14/+12
* [Feature] Deduplicate the same urls in multimap moduleVsevolod Stakhov2016-07-221-48/+75
* [Fix] Fix client_ip in users settingsVsevolod Stakhov2016-07-211-0/+7
* [Fix] Make extension checks case-insensitiveAlexander Moisseev2016-07-211-4/+4
* [Feature] Allow client ip match in the settingsVsevolod Stakhov2016-07-211-2/+18
* [Fix] Handle nested dependencies in SpamAssassin pluginAndrew Lewis2016-07-191-18/+43
* [Minor] SpamAssassin: strip some commented codeAndrew Lewis2016-07-191-7/+0
* [Minor] SpamAssassin: some small fixes for loggingAndrew Lewis2016-07-191-12/+12
* [Minor] SpamAssassin: Import fun.lua into main namespaceAndrew Lewis2016-07-191-41/+41
* [Minor] Add default description for multimap rulesVsevolod Stakhov2016-07-161-0/+4
* [Fix] Fix maps descriptionsVsevolod Stakhov2016-07-161-2/+2
* [Minor] Treat '.htm' as HTML files as wellVsevolod Stakhov2016-07-151-0/+1
* [Minor] Add `lnk` bad extensionAlexander Moisseev2016-07-131-0/+1
* Merge pull request #718 from moisseev/dblext-optionsVsevolod Stakhov2016-07-121-1/+1
|\
| * [Minor] Fix MIME_DOUBLE_BAD_EXTENSION optionsAlexander Moisseev2016-07-121-1/+1
* | [Fix] Use new postfilters and prefilters API in the pluginsVsevolod Stakhov2016-07-127-12/+58
* | [Feature] Add content filtering support to multimapVsevolod Stakhov2016-07-121-1/+63
|/
* [Minor] Reduce the default .js multiplier in mime_typesVsevolod Stakhov2016-07-111-1/+1
* Merge pull request #706 from moisseev/check_extensionVsevolod Stakhov2016-07-071-23/+16
|\
| * [Minor] Do not pollute symbol options with (long) filenamesAlexander Moisseev2016-07-071-4/+4
| * [Fix] Fix next-to-last extension length checkAlexander Moisseev2016-07-071-20/+13
* | Merge pull request #705 from fatalbanana/dmarcVsevolod Stakhov2016-07-071-9/+16
|\ \