aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2264 from HeinleinSupport/masterVsevolod Stakhov2018-05-241-2/+10
|\ | | | | Ratelimit - fix set symbol only
| * [Minor] Raltelimit - improve symbol infoCarsten Rosenberg2018-05-241-2/+2
| |
| * [FIX] Ratelimit - fix set symbol onlyCarsten Rosenberg2018-05-241-1/+9
| |
* | [Minor] Add non-standard CT for xlsxAlexander Moisseev2018-05-241-1/+1
|/
* [Minor] Slightly improve loggingVsevolod Stakhov2018-05-212-5/+6
|
* [Minor] Add ANN name to log line when checking neural networkVsevolod Stakhov2018-05-211-1/+1
|
* [CritFix] Fix multiple neural networks supportVsevolod Stakhov2018-05-211-40/+38
| | | | Issue: #2252
* [Minor] Add symbol options for FORGED_RECIPIENTSAlexander Moisseev2018-05-191-3/+6
|
* [Minor] Check for archive cloakingAlexander Moisseev2018-05-171-0/+7
| | | | like .zip.gz
* [Minor] Fix registrationVsevolod Stakhov2018-05-141-5/+7
|
* [Feature] Support multiple return codes in emails moduleVsevolod Stakhov2018-05-141-8/+46
|
* [Minor] Rework and fix headers additionVsevolod Stakhov2018-05-141-17/+17
|
* [Feature] Add ability to add fuzzy hashes to headersVsevolod Stakhov2018-05-111-1/+17
|
* [Feature] Allow to insert multiple headers from milter headersVsevolod Stakhov2018-05-111-6/+32
|
* [Minor] Improve replies pluginVsevolod Stakhov2018-05-101-8/+14
|
* [Minor] Fix other AV engines retransmitsVsevolod Stakhov2018-05-101-0/+9
|
* [Minor] Allow redis key handlers to return nilVsevolod Stakhov2018-05-101-1/+2
|
* [Fix] When doing AV scan select a differen server for retransmitVsevolod Stakhov2018-05-101-0/+4
|
* [Minor] Store hostname in elasticVsevolod Stakhov2018-05-091-0/+4
|
* [Fix] Use better sharding for ip_scoreVsevolod Stakhov2018-05-071-9/+15
| | | | Updating: true
* [Fix] Fix base64 folding in Lua APIVsevolod Stakhov2018-05-061-1/+4
| | | | Issue: #2225
* [Minor] Allow image/pjpeg CT for JPEG compressed imagesAlexander Moisseev2018-05-041-3/+3
|
* Fixed typoMichal Adamek2018-05-041-1/+1
|
* [Feature] Distinguish AV failure from clean resultVsevolod Stakhov2018-05-011-6/+30
|
* [Minor] Fix virtual symbols registration as parent now supports just idsVsevolod Stakhov2018-04-301-3/+3
|
* [Minor] Fix issues with fail symbol in AV moduleVsevolod Stakhov2018-04-301-0/+4
|
* [Feature] Add failure symbol for AV moduleVsevolod Stakhov2018-04-301-3/+21
|
* [Feature] Implement stop symbols for Clickhouse collectionVsevolod Stakhov2018-04-301-0/+9
|
* Merge pull request #2205 from oxc/extended_virus_headerVsevolod Stakhov2018-04-301-1/+9
|\ | | | | Add optional status prefix to X-Virus header
| * Add optional status prefix to X-Virus headerBernhard Frauendienst2018-04-301-1/+9
| | | | | | | | | | | | | | Adds two options to X-Virus milter header routine that prefix the header value with a configured string when a virus was found (or not). This is useful for sieve implementations (like pidgeonhole) that require a fixed value part to match against.
* | [Minor] Fix simple maps after the recent changeVsevolod Stakhov2018-04-301-0/+2
| |
* | [Feature] Use scores from maps if `symbols_set` is not definedVsevolod Stakhov2018-04-301-10/+13
|/
* [Minor] Mark module as experimental for nowVsevolod Stakhov2018-04-281-0/+5
|
* [Minor] Do not touch elements that have no hitsVsevolod Stakhov2018-04-281-1/+3
|
* [Feature] Add preliminary version of maps stats pluginVsevolod Stakhov2018-04-281-0/+116
|
* [Minor] Add support of glob maps to multimapVsevolod Stakhov2018-04-231-0/+12
|
* [Minor] Distinguish `insignificant` tokens group in bayes_expiryAlexander Moisseev2018-04-211-16/+28
|
* [Minor] Properly merge Redis hash into a tableAlexander Moisseev2018-04-211-10/+3
|
* Merge pull request #2191 from moisseev/expiryVsevolod Stakhov2018-04-211-31/+76
|\ | | | | [Minor] Store expiry cycle statistics counters in Redis
| * [Minor] Store expiry cycle statistics counters in RedisAlexander Moisseev2018-04-201-31/+76
| |
* | [Fix] Various fixes to once_received moduleVsevolod Stakhov2018-04-201-7/+18
|/ | | | | | | - Exclude artificial headers - Avoid extra '#' operations - Do not insert ONCE_RECEIVED if MTA has not resolved the first received (#2190)
* [Minor] Keep cursor permanentlyAlexander Moisseev2018-04-191-2/+2
|
* [Minor] Add support of read only redis paramsVsevolod Stakhov2018-04-191-1/+6
|
* [Minor] Keep expiry step number in RedisAlexander Moisseev2018-04-181-13/+14
|
* Merge pull request #2182 from moisseev/expiryVsevolod Stakhov2018-04-181-0/+1
|\ | | | | [Minor] Stop expiry if read_servers configured
| * [Minor] Stop expiry if read_servers configuredAlexander Moisseev2018-04-171-0/+1
| |
* | [Minor] Fix templateVsevolod Stakhov2018-04-181-1/+1
|/
* [Feature] Implement cluster-aware bayes expiryVsevolod Stakhov2018-04-161-18/+47
|
* [Minor] Discriminate infrequent common tokens as wellAlexander Moisseev2018-04-161-7/+7
|
* [Minor] Log expiry step numberAlexander Moisseev2018-04-141-2/+5
|