Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Improve clamav debug logging | Vsevolod Stakhov | 2018-03-22 | 1 | -0/+3 |
| | |||||
* | Remove unnecessary debug out | Carsten Rosenberg | 2018-03-22 | 1 | -1/+0 |
| | |||||
* | Cleanup files | Carsten Rosenberg | 2018-03-20 | 1 | -2/+0 |
| | |||||
* | Respect Sophos/SAVDI FAIL212 REJ4 REJ1 Return Codes in antivirus.lua | Carsten Rosenberg | 2018-03-20 | 1 | -1/+18 |
| | |||||
* | [Fix] F-PROT Antivirus: only check return code to determine infection | Arne Fahrenwalde | 2018-01-29 | 1 | -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 occurences | Arne Fahrenwalde | 2018-01-28 | 1 | -1/+1 |
| | | | both <infected: ...> and <contains infected object: ...> are possible | ||||
* | [Fix] Virus infection string for F-PROT Antivirus | Arne Fahrenwalde | 2018-01-27 | 1 | -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 commit | Andrew Lewis | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | f-prot: match virus name non-greedily | Philippe Kueck | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | [Feature] Store plugins state | Vsevolod Stakhov | 2017-12-03 | 1 | -0/+8 |
| | |||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2017-09-11 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Vsevolod Stakhov | 2017-09-11 | 1 | -2/+2 |
|\ | |||||
| * | [Minor] Fix tests | Andrew Lewis | 2017-09-11 | 1 | -2/+1 |
| | | |||||
* | | [Minor] Improve logging in antivirus module | Vsevolod Stakhov | 2017-09-11 | 1 | -1/+9 |
|/ | |||||
* | [Feature] Antivirus: ordered pattern matches | Andrew Lewis | 2017-07-10 | 1 | -15/+54 |
| | |||||
* | [Minor] Fix result parsing for SAVAPI | Christian Roessner | 2017-05-05 | 1 | -12/+7 |
| | |||||
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+40 |
| | |||||
* | [Minor] Antivirus: don't set action if all results were whitelisted | Andrew Lewis | 2017-04-07 | 1 | -0/+3 |
| | |||||
* | [Minor] Antivirus: process table results correctly; prettify logging | Andrew Lewis | 2017-04-07 | 1 | -3/+6 |
| | |||||
* | [Minor] Try fix antivirus plugin | Andrew Lewis | 2017-04-07 | 1 | -8/+27 |
| | |||||
* | [Minor] Style fixes | Vsevolod Stakhov | 2017-04-07 | 1 | -11/+6 |
| | |||||
* | [Feature] Retrieve all virus names from SAVAPI | Christian Roessner | 2017-04-07 | 1 | -12/+41 |
| | |||||
* | The same with 'OK SSSP' messages | MB | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Handling ACC messages for sophos | MB | 2017-04-03 | 1 | -1/+3 |
| | |||||
* | [Minor] Silence warning | Andrew Lewis | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix archive scans for savapi | Christian Roessner | 2017-03-29 | 1 | -4/+15 |
| | |||||
* | [Minor] Antivirus module: stricter checks for FProt and ClamAV | Andrew Lewis | 2017-03-07 | 1 | -18/+45 |
| | | | | - Also make log_clean work everywhere | ||||
* | [Conf] Add default configuration for antivirus module | Vsevolod Stakhov | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | [Minor] Optimize savapi logging | Christian Roessner | 2017-03-06 | 1 | -17/+5 |
| | |||||
* | [Fix] Antivirus: use scanner-specific redis prefix | Andrew Lewis | 2017-03-06 | 1 | -30/+10 |
| | | | | - Reported by: @croessner | ||||
* | [Minor] SAVAPI deal correctly with archives | Christian Roessner | 2017-03-01 | 1 | -1/+3 |
| | |||||
* | [Minor] Chose correct virus name from returned string | Christian Roessner | 2017-03-01 | 1 | -6/+19 |
| | |||||
* | [Minor] Fail upstreams in antivirus module | Andrew Lewis | 2017-02-28 | 1 | -4/+12 |
| | |||||
* | [Minor] Add log_clean option for SAVAPI | Christian Roessner | 2017-02-22 | 1 | -1/+5 |
| | |||||
* | [Minor] Improve communication | Christian Roessner | 2017-02-21 | 1 | -3/+8 |
| | |||||
* | [Feature] Avira SAVAPI support | Christian Roessner | 2017-02-20 | 1 | -0/+154 |
| | |||||
* | [Minor] Fix some logging in antivirus module | Andrew Lewis | 2016-11-24 | 1 | -1/+3 |
| | |||||
* | [Feature] Support forcing action in antivirus plugin | Andrew Lewis | 2016-11-22 | 1 | -0/+4 |
| | |||||
* | [Minor] Move upstream handling into rspamd_redis_make_request | Andrew Lewis | 2016-11-16 | 1 | -6/+0 |
| | |||||
* | [Minor] Small polishes for Lua parts | Andrew Lewis | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -3/+3 |
| | |||||
* | [Feature] Allow for excluding messages from AV scanning based on size | Andrew Lewis | 2016-10-24 | 1 | -2/+8 |
| | |||||
* | [Minor] Fix virus name match for Sophos | Andrew Lewis | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | [Feature] Add Sophos antivirus support | Vsevolod Stakhov | 2016-10-18 | 1 | -1/+111 |
| | | | | Contributed by: golden_receiver at #rspamd/freenode | ||||
* | [Rework] Adopt plugins | Vsevolod Stakhov | 2016-10-17 | 1 | -2/+2 |
| | |||||
* | [Minor] Antivirus module: use suitable scan ID for F-Prot | Andrew Lewis | 2016-10-11 | 1 | -2/+4 |
| | |||||
* | [Feature] Add F-Prot support to antivirus module | Andrew Lewis | 2016-10-11 | 1 | -0/+108 |
| | |||||
* | Revert "[Feature] Add common way to disable Lua modules" | Andrew Lewis | 2016-09-05 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua | ||||
* | [Minor] Forgot to save in the previous commit | Vsevolod Stakhov | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 1 | -0/+4 |
| |