summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #892 from fatalbanana/settingsVsevolod Stakhov2016-08-241-0/+6
|\
| * [Fix] Settings: fix `authenticated` parameter (#886)Andrew Lewis2016-08-241-0/+6
* | [Minor] Skip greylisting for local networks as wellAndrew Lewis2016-08-241-2/+6
|/
* [Feature] Add condition to do antiviral checkVsevolod Stakhov2016-08-231-4/+7
* [Feature] Add preliminary version of clamav pluginVsevolod Stakhov2016-08-231-0/+275
* Merge pull request #882 from fatalbanana/dmarcVsevolod Stakhov2016-08-221-6/+4
|\
| * [Fix] DMARC: Fix alignment checking for subdomainsAndrew Lewis2016-08-221-6/+4
* | [Minor] Fix registration of prefilters in multimap (#878)Andrew Lewis2016-08-221-36/+35
|/
* [Minor] Fix log messageAndrew Lewis2016-08-211-1/+1
* [Fix] Disable DMARC for local/authorized mailVsevolod Stakhov2016-08-211-0/+5
* [Fix] Fix url mapsVsevolod Stakhov2016-08-201-1/+1
* [Feature] Show the exact value matched for multima symbolsVsevolod Stakhov2016-08-201-1/+49
* [Fix] DMARC: deal with missing and spurious spacesAndrew Lewis2016-08-191-6/+1
* [Minor] Deal with non-nil REDIS_NIL in multimapAndrew Lewis2016-08-191-1/+1
* Merge pull request #860 from fatalbanana/ipscore2Vsevolod Stakhov2016-08-191-7/+12
|\
| * [Feature] Allow for more fine-grained scoring for ip_scoreAndrew Lewis2016-08-191-7/+12
* | Merge pull request #858 from fatalbanana/ipscoreVsevolod Stakhov2016-08-181-47/+46
|\|
| * [Fix] Defer insertion of results in ip_score to avoid skewing statsAndrew Lewis2016-08-181-47/+46
* | [Feature] Add mempool maps in multimapAndrew Lewis2016-08-181-1/+36
|/
* [Feature] ASN module; support matching ASN/country in multimapAndrew Lewis2016-08-173-42/+113
* [Fix] Avoid setting limits when required elements are missingVsevolod Stakhov2016-08-161-19/+21
* [Fix] Add sanity check for url filtersVsevolod Stakhov2016-08-151-0/+4
* [Fix] Fix URL filtersVsevolod Stakhov2016-08-141-1/+1
* [Fix] Fix filename maps filterVsevolod Stakhov2016-08-131-1/+1
* [Fix] Fix multimap content filtersVsevolod Stakhov2016-08-121-3/+3
* [Minor] Fix multimap initializationVsevolod Stakhov2016-08-111-3/+1
* [Rework] Rework multimap filters, add redis mapsVsevolod Stakhov2016-08-111-292/+271
* [Feature] Simple mechanism for disabling RBLs in local.d/rbl.confAndrew Lewis2016-08-101-71/+74
* [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