aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Rework elasticsearch pluginVsevolod Stakhov2018-02-182-116/+152
|
* [Feature] Preliminary import of the elasticsearch moduleVsevolod Stakhov2018-02-181-0/+345
|
* [Feature] Improve Lua/C interaction in history_redisVsevolod Stakhov2018-02-141-6/+8
|
* [Minor] ip_score.lua: fix variable value typeAlexander Moisseev2018-02-131-1/+1
|
* [Fix] Fix groups override when defining symbolsVsevolod Stakhov2018-02-131-0/+2
|
* [Minor] Unify greylisting setupVsevolod Stakhov2018-02-121-35/+26
|
* [CritFix] Fix ARC chain verificationVsevolod Stakhov2018-02-011-41/+31
| | | | MFH: rspamd-1.6
* [Fix] F-PROT Antivirus: only check return code to determine infectionArne Fahrenwalde2018-01-291-1/+3
| | | F-PROT Antivirus uses return codes 1-3 (infected, suspicious, both) to signal an infection, while 4-255 are various error codes (including infected files were found before the error occured, but it's too complicated to handle all that edge case scenarios).
* [Fix] F-PROT Antivirus infection string for all known occurencesArne Fahrenwalde2018-01-281-1/+1
| | | both <infected: ...> and <contains infected object: ...> are possible
* [Fix] Virus infection string for F-PROT AntivirusArne Fahrenwalde2018-01-271-1/+1
| | | Fixes the error "(rspamd_proxy) ; lua; antivirus.lua:396: Unhandled response: 1 <contains infected objects: VIRUSNAME>" and therefore no handled detection
* [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
|