aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix previous commitAndrew Lewis2018-01-241-1/+1
|
* f-prot: match virus name non-greedilyPhilippe Kueck2018-01-241-1/+1
|
* Merge pull request #1989 from fatalbanana/1988Vsevolod Stakhov2018-01-211-12/+38
|\ | | | | [Fix] Settings: header: deal with multiple settings (#1988)
| * [Fix] Settings: header: deal with multiple settings (#1988)Andrew Lewis2018-01-161-12/+38
| |
* | [Minor] Replies: toggles for processing of local/authenticated mailAndrew Lewis2018-01-171-2/+8
|/
* [Minor] Reputation: deal with inbound/outbound both setAndrew Lewis2018-01-151-7/+9
|
* [Minor] Fix redis_make_request usagesVsevolod Stakhov2018-01-111-3/+3
|
* [Minor] Remove redundant methodsVsevolod Stakhov2018-01-112-103/+9
|
* [Fix] Metadata exporter: check IP sanityAndrew Lewis2018-01-111-1/+6
|
* [Fix] Sanitize IP in history redisVsevolod Stakhov2018-01-101-1/+7
|
* [Fix] Settings: avoid checking invalid IP (#1981)Andrew Lewis2018-01-101-1/+1
|
* [Feature] Multimap: template URL filterAndrew Lewis2018-01-041-0/+8
|
* [Fix] Fix clickhouse exporterVsevolod Stakhov2017-12-221-6/+6
|
* [Minor] Add missing tabs for X-Spam-Result headerChristian Roessner2017-12-211-1/+1
|
* [Fix] Do not expose spamtrap messages to SMTP replyVsevolod Stakhov2017-12-181-3/+15
| | | | Issue: #1964
* [Fix] RBL: received: deal with missing data (#1965)Andrew Lewis2017-12-181-1/+2
|
* Merge pull request #1962 from fatalbanana/rbl_rcvdVsevolod Stakhov2017-12-161-13/+79
|\ | | | | [Feature] RBL: received: filtering by position & flags
| * [Feature] RBL: received: filtering by position & flagsAndrew Lewis2017-12-121-13/+79
| | | | | | | | - Also filter artificial header always
* | [Minor] Rework fann_redis to use redis scripts frameworkVsevolod Stakhov2017-12-161-205/+49
| |
* | [Fix] Multimap: received: filtering of artificial headerAndrew Lewis2017-12-121-1/+1
|/
* [Fix] Setting check_local / check_authed in plugins (#1954)Andrew Lewis2017-12-114-4/+4
|
* [Fix] Optimize rspamd_fstring_t reallocationsVsevolod Stakhov2017-12-091-1/+1
|
* [Fix] mime_types: fix next-to-last extension length checkAlexander Moisseev2017-12-081-3/+3
|
* [Fix] Once more (#1879) fix bad extension checkAlexander Moisseev2017-12-061-13/+14
| | | | when next-to-last extension is a number or date, e.g. 06.12.2017.scr
* [Feature] Store plugins stateVsevolod Stakhov2017-12-0331-3/+101
|
* [Feature] Implement upstreams logic for clickhouse exporterVsevolod Stakhov2017-11-281-11/+33
|
* Update mx_check.luaAL2017-11-271-2/+2
|
* [Minor] Add whitelist symbol to mx_check pluginAL2017-11-271-2/+16
|
* [Feature] Implement DKIM reputation adjustmentsVsevolod Stakhov2017-11-261-18/+57
|
* [Fix] Restore old style ratelimits supportVsevolod Stakhov2017-11-251-5/+17
|
* [Fix] Greylisting set phase is not idempotentVsevolod Stakhov2017-11-181-1/+1
|
* [Fix] Allow to check negative scores in force_actionsVsevolod Stakhov2017-11-171-1/+1
| | | | MFH: rspamd-1.6
* Typo: meduimViktor Szépe2017-11-141-1/+1
|
* Merge pull request #1911 from dehnli/fann-redisVsevolod Stakhov2017-11-111-0/+5
|\ | | | | [Fix] Symbol 'FANNR_SPAM' has its score defined..
| * [Fix] Symbol 'FANNR_SPAM' has its score defined..dehnli2017-11-111-0/+5
| | | | | | .. but there is no corresponding rule registered
* | [Fix] Fix text splitting: stack overflow (too many captures)Vsevolod Stakhov2017-11-111-2/+2
|/ | | | MFH: rspamd-1.6
* [Conf] Massive config rework for new structure of symbols and scoresVsevolod Stakhov2017-11-111-5/+5
|
* [Minor] Fix DKIM signing changesAndrew Lewis2017-11-091-0/+1
|
* [Fix] Remove extra noise from dkim and arc signingVsevolod Stakhov2017-11-092-0/+8
|
* [Minor] Stop expecting hostname to be "unknown"Andrew Lewis2017-11-075-15/+13
|
* [Minor] Remove unneeded extension length checkAlexander Moisseev2017-11-061-1/+1
| | | | Why do we need to check length of `ext2` here? `badness_mult2` is `true` means `ext2` is known bad extension.
* [Fix] Skip checks if both extensions are not badAlexander Moisseev2017-11-061-0/+1
|
* [Fix] Fix mime_types scoringVsevolod Stakhov2017-11-031-6/+11
|
* [Rework] Reorganize mime_types moduleVsevolod Stakhov2017-11-011-30/+34
|
* Merge pull request #1895 from fatalbanana/mmrfVsevolod Stakhov2017-10-301-0/+25
|\ | | | | [Minor] Multimap: support matching Received header flags
| * [Minor] Multimap: support matching Received header flagsAndrew Lewis2017-10-301-0/+25
| |
* | [Minor] Ratelimit: support adding informational symbolAndrew Lewis2017-10-301-0/+11
|/
* [Minor] Added check_authed and check_local for spamtrapChristian Roessner2017-10-261-1/+11
|
* [Minor] Preliminary implementation of dkim reputationVsevolod Stakhov2017-10-251-0/+117
|
* [Fix] Fix bad extension checkAlexander Moisseev2017-10-241-5/+5
| | | | when next-to-last extension is a number, e.g. 23.10.2017.scr