aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] external_relay: add ip_map strategySoha Jin2023-07-111-0/+7
|
* [Test] Add test cases for dynamic symbolsVsevolod Stakhov2023-06-101-0/+18
|
* [Test] Add multimap options testVsevolod Stakhov2023-05-151-0/+5
|
* [Test] Properly set environment, fix teardown partVsevolod Stakhov2023-01-071-1/+0
|
* [Test] Clean up dummy ssl clientVsevolod Stakhov2022-12-311-0/+5
|
* [Test] Remove another broken testVsevolod Stakhov2022-12-311-5/+5
|
* [Test] Fix another testVsevolod Stakhov2022-12-311-1/+1
|
* [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-312-2/+2
|
* [Test] Rework HTTP testsVsevolod Stakhov2022-12-316-68/+22
|
* [Test] I got tired of that crap: just disable all broken tests as they fail ↵Vsevolod Stakhov2022-12-051-10/+10
| | | | not because of Rspamd
* [Test] Sigh... remove another broken for no reason http testVsevolod Stakhov2022-12-031-1/+1
|
* [Test] Add external map test for multimapVsevolod Stakhov2022-12-031-0/+10
|
* [Test] Add test case for settings in the external mapVsevolod Stakhov2022-11-271-0/+11
|
* [Test] Disable broken testexternal-mapsVsevolod Stakhov2022-11-191-3/+4
|
* [Test] Another minor fix for the testVsevolod Stakhov2022-11-191-1/+1
|
* [Test] Start write tests for external mapsVsevolod Stakhov2022-11-192-1/+28
|
* [Test] Add a test for SUBJECT_HAS_CURRENCY ruleVsevolod Stakhov2022-10-291-0/+4
|
* [Test] Add more tests for the passwords checking logicVsevolod Stakhov2022-10-111-8/+24
|
* [Test] Add a test to ensure that DKIM verifier ignores unknown tagsVsevolod Stakhov2022-07-011-0/+4
| | | | Obtained from: John Levine
* [Test] Add testing for the augmentations logicVsevolod Stakhov2022-05-141-1/+2
|
* [Test] Split testVsevolod Stakhov2022-03-231-3/+7
|
* [Test] Add test for csv detectionVsevolod Stakhov2022-03-131-0/+1
|
* [Test] task:remove_symbol() on grouped virtual symbolAndrew Lewis2022-02-011-0/+5
|
* [Test] Fix neural plugin testsPragadeesh Chandiran2021-11-222-37/+45
|
* [Test] Fix automatic training testsVsevolod Stakhov2021-11-101-22/+22
|
* [Test] whitelist: fix testsAndrew Lewis2021-10-081-0/+3
|
* [Test] Selector that returns list of rspamd_textAndrew Lewis2021-07-281-0/+4
|
* [Fix] Fix an edge case in BITCOIN_ADDR ruleAndrew Lewis2021-06-231-0/+6
| | | | | - when using PCRE - and different address types are present
* [Feature] external_relay pluginAndrew Lewis2021-06-072-6/+48
|
* [Test] Unmerge http / tcp testsAndrew Lewis2021-06-013-4/+22
|
* [Test] Merge test suites; use settingsAndrew Lewis2021-05-1830-312/+429
|
* [Test] CleanupAndrew Lewis2021-05-0570-574/+422
| | | | | | - Use consistent naming for setup/teardown - Remove some unused files - Sort & align variables
* [Test] Use automatically exported variablesAndrew Lewis2021-05-0462-748/+717
|
* [Test] Use lupa for templating rspamd configsAndrew Lewis2021-05-0458-388/+243
|
* [Minor] Fix REPLYTO_ADDR_EQ_FROM for normalised addressesAndrew Lewis2021-04-291-0/+3
|
* [Rules] Add raw addresses to MULTIPLE_FROM optionsAnton Yuzhaninov2021-04-271-1/+1
| | | | | | It is confusing to have MULTIPLE_FROM with a single address in options, which happens if one of addresses is empty - usually because of misplaces <>. While here simplify condition.
* [Test] url-redirectorAndrew Lewis2021-04-131-0/+51
|
* [Feature] Add controller endpoint for training neuralAndrew Lewis2020-12-172-0/+75
| | | | | | | | - Move neural functions to library - Parameterise spawn_train - neural plugin: Fix store_pool_only when autotrain is true - neural plugin: Use cache_set instead of mempool - Add test
* [Feature] Multimap: support adding map values as extra optionsAndrew Lewis2020-11-251-0/+4
|
* [TEST] ARC_ALLOWkorgoth12020-11-106-38/+88
|\
| * Merge pull request #3544 from fatalbanana/tpVsevolod Stakhov2020-11-051-25/+25
| |\ | | | | | | [Test] Rework composites test
| | * [Test] Rework composites testAndrew Lewis2020-11-051-25/+25
| | |
| * | [Fix] Composites: Allow partial matchVsevolod Stakhov2020-11-051-0/+6
| | |
| * | Merge pull request #3538 from fatalbanana/conditions_testVsevolod Stakhov2020-11-051-0/+8
| |\ \ | | | | | | | | [Test] Multiple conditions
| | * | [Test] Multiple conditionsAndrew Lewis2020-11-031-0/+8
| | | |
| * | | [Test] Fighting with windmills in robotVsevolod Stakhov2020-11-041-1/+10
| |/ /
| * | [Test] Improve test stabilityAndrew Lewis2020-10-262-11/+20
| | | | | | | | | | | | | | | | | | - Antivirus: better visibility into why test servers mightn't start - Antivirus: don't use ephemeral port range - Fuzzy skip hash: wait for map reload
| * | [Fix] RBL: allow for multiple matches of the same label if types are differentAndrew Lewis2020-10-141-0/+5
| |/ | | | | | | - Also log full hostname in case of unknown result