aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix luacheckVsevolod Stakhov2023-01-211-1/+1
|
* [Minor] Some style fixes + reformatVsevolod Stakhov2023-01-212-489/+494
|
* Merge pull request #4377 from amishmm/humanreportVsevolod Stakhov2023-01-213-21/+195
|\ | | | | [Feature] rspamc: add -R option for human readable report
| * rspamc: add action number in first line and improve codeAmish2023-01-213-38/+127
| |
| * rspamc: add -R option for human readable reportAmish2023-01-203-14/+99
| |
* | Merge pull request #4375 from heirecka/fix-build-with-gcc13Vsevolod Stakhov2023-01-202-0/+2
|\ \ | |/ |/| Fix build with gcc 13 by including <cstdint>
| * Fix build with gcc 13 by including <cstdint>Heiko Becker2023-01-192-0/+2
| | | | | | | | | | | | Like other versions before, gcc 13 moved some includes around and as a result <cstdint> is no longer transitively included. Explicitly include it for uint8_t.
* | Merge pull request #4376 from dupondje/remove_phishing_strict_domainsVsevolod Stakhov2023-01-191-7/+7
|\ \ | |/ |/| [Fix] Replace broken strict_domains with phishing_exceptions
| * [Fix] Replace broken strict_domains with phishing_exceptionsJean-Louis Dupond2023-01-191-7/+7
|/ | | | | | | | The syntax of the strict_domains is broken since parsing for it was removed in commit ce21f8fe16a45a5a409d3c9f8217eba2de1fbe14 We introduct the phishing_exceptions to be able to create exceptions on the phished domain.
* [Minor] Fix misprintVsevolod Stakhov2023-01-161-1/+1
|
* [Minor] Backport fixes from libuclVsevolod Stakhov2023-01-151-13/+41
|
* [Minor] Use averages in fuzzystatVsevolod Stakhov2023-01-141-2/+12
|
* [Minor] Save in statsVsevolod Stakhov2023-01-141-5/+9
|
* [Minor] Add per-hour counters for fuzzy keysVsevolod Stakhov2023-01-141-2/+29
|
* [Minor] Store timestamp in the fuzzy session properlyVsevolod Stakhov2023-01-141-13/+13
|
* Merge pull request #4367 from kakochang/patch-fix-received-countVsevolod Stakhov2023-01-122-2/+2
|\ | | | | [Fix] received: filtering of artificial header
| * [Fix] received: filtering of artificial headerKako, Chang2023-01-122-2/+2
|/
* [Minor] Fix unencrypted fuzzy caseVsevolod Stakhov2023-01-111-1/+1
|
* [Minor] Further steps to implement forbidden ids for specific keysVsevolod Stakhov2023-01-101-8/+23
|
* [Minor] Allow to deny certain ids for certain fuzzy keysVsevolod Stakhov2023-01-101-0/+26
|
* [Minor] Remove unused structureVsevolod Stakhov2023-01-101-6/+0
|
* [Rework] Breaking: Do not report soft reject in historyVsevolod Stakhov2023-01-072-2/+23
| | | | | | | | | | | | | | We can have much more clear information if we store the real action in case of `soft-reject`. In this case, we can just imply that a module that has set this action is an action itself, such as: * greylist * ratelimit * multimap * antivirus rule name This policy seems quite reasonable, as `soft reject` has no meaning on its own.
* [Minor] Honor RSPAMD_NO_CLEANUP in hs_helper as wellVsevolod Stakhov2023-01-071-1/+6
|
* [Test] Properly set environment, fix teardown partVsevolod Stakhov2023-01-072-1/+1
|
* [Minor] Add log line about hyperscan cleanupVsevolod Stakhov2023-01-071-1/+5
|
* [Minor] Fuzzystat: Fix case of the optionsVsevolod Stakhov2023-01-051-4/+4
|
* [Minor] Fuzzystat: Allow to sort keysVsevolod Stakhov2023-01-051-16/+21
|
* [Minor] Use unsigned char for ascii checksVsevolod Stakhov2023-01-051-1/+1
|
* [Minor] Add --name parameter to keypair generationVsevolod Stakhov2023-01-051-0/+9
|
* [Minor] Allow to flatten keypair outputVsevolod Stakhov2023-01-043-4/+13
|
* [Minor] Show name if availableVsevolod Stakhov2023-01-041-7/+18
|
* [Minor] Allow different dump types for the keypairsVsevolod Stakhov2023-01-044-11/+20
|
* [Minor] Emit keypair on fuzzystat commandVsevolod Stakhov2023-01-041-4/+5
|
* [Minor] Allow to get keypairs extensionsVsevolod Stakhov2023-01-042-0/+15
|
* [Minor] Add extensions to the keypairsVsevolod Stakhov2023-01-032-0/+17
|
* [Minor] Store module that has set the pre-resultVsevolod Stakhov2023-01-022-6/+12
|
* [Minor] Remove unused stuffVsevolod Stakhov2023-01-014-16/+2
|
* [Test] Clean up dummy ssl clientVsevolod Stakhov2022-12-311-0/+5
|
* [Test] Rework kill process tree utilityVsevolod Stakhov2022-12-311-3/+4
|
* [Test] Use asyncioVsevolod Stakhov2022-12-311-6/+10
|
* [Test] Remove another broken testVsevolod Stakhov2022-12-311-5/+5
|
* [Test] Fix another testVsevolod Stakhov2022-12-312-2/+6
|
* [Test] Fix one more stupid thingVsevolod Stakhov2022-12-311-1/+0
|
* [Test] Remove broken testsVsevolod Stakhov2022-12-311-11/+9
|
* [Test] Fix more testsVsevolod Stakhov2022-12-313-5/+4
|
* [Test] Fix some minor stuff in dummy_http serverVsevolod Stakhov2022-12-311-5/+5
|
* [Test] Rework HTTP testsVsevolod Stakhov2022-12-319-84/+75
|
* [Test] Rewrite dummy http serverVsevolod Stakhov2022-12-312-286/+123
|
* [Minor] Remove legacy stuffVsevolod Stakhov2022-12-283-267/+0
|
* [Test] Exclude more speed/fuzz tests to allow unit tests execution under 1 secVsevolod Stakhov2022-12-273-87/+16
|