aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix parsing of '=' character in headersVsevolod Stakhov2016-12-211-0/+2
|
* [Test] Add fuzz testing for rfc2047Vsevolod Stakhov2016-12-201-1/+29
|
* [Minor] Add some more unit testsVsevolod Stakhov2016-12-201-2/+6
|
* [Test] Add preliminary rfc2047 testVsevolod Stakhov2016-12-192-2/+55
|
* [Feature] Add mime tool to explore messagesVsevolod Stakhov2016-12-141-2/+4
|
* [Feature] Use shingles for images fuzzyingVsevolod Stakhov2016-12-091-6/+6
|
* [Test] Improve SpamAssassin dependencies testsAndrew Lewis2016-12-012-1/+2
|
* [Minor] Trim whitespaceAndrew Lewis2016-11-181-1/+1
|
* [Test] Some basic tests for hashes in LuaAndrew Lewis2016-11-182-0/+73
|
* [Test] Integrate luacheck into test suiteAndrew Lewis2016-11-172-0/+10
|
* [Minor] Lint rspamadm & test suite scriptsAndrew Lewis2016-11-155-9/+5
|
* [Test] Enable Redis shingles testAndrew Lewis2016-11-071-1/+0
|
* [Minor] Fix tests buildVsevolod Stakhov2016-11-051-0/+1
|
* [Test] Add tests for Redis fuzzy backend and fix fuzzy fuzzy testAndrew Lewis2016-11-046-17/+43
|
* [Minor] Get rid of some global variablesAndrew Lewis2016-11-011-1/+1
| | | | - Also fix some bugs along the way
* [Test] Try improve reliability of fuzzy testsAndrew Lewis2016-10-261-0/+2
|
* [Test] Increase DNS retransmitsAndrew Lewis2016-10-208-0/+30
|
* [Test] Add map reload testAndrew Lewis2016-10-195-0/+68
|
* Merge pull request #1044 from fatalbanana/portsVsevolod Stakhov2016-10-1728-26/+90
|\ | | | | [Test] Wait for ports to be confirmed-free inbetween runs
| * [Test] Wait for ports to be confirmed-free inbetween runsAndrew Lewis2016-10-1728-26/+90
| |
* | [Test] Fix password tests post-changesAndrew Lewis2016-10-171-7/+7
|/
* Merge pull request #1031 from fatalbanana/testVsevolod Stakhov2016-10-141-2/+8
|\ | | | | [Test] Wait until size of PIDfiles is > 0
| * [Test] Wait until size of PIDfiles is > 0Andrew Lewis2016-10-141-2/+8
| |
* | Merge pull request #1028 from fatalbanana/fuzzyVsevolod Stakhov2016-10-147-5/+123
|\ \ | |/ |/| Test for fuzzy replication
| * [Test] Test fuzzy replicationAndrew Lewis2016-10-137-5/+123
| |
* | [Test] Try improve test stabilityAndrew Lewis2016-10-149-4/+11
|/
* [Test] More testcases for SPFAndrew Lewis2016-10-061-0/+10
|
* [Test] Add some missing testcases for DKIM/DMARCAndrew Lewis2016-10-043-0/+56
|
* [Minor] Fix a SPF_DNSFAIL caseAndrew Lewis2016-10-031-0/+5
|
* [Minor] SPF: Make (almost) all unresolveable records PERMFAILAndrew Lewis2016-09-301-7/+27
|
* [Test] Extend SPF testsAndrew Lewis2016-09-272-0/+18
|
* [Minor] Fix SPF PERMFAIL/DNSFAIL behaviour on failed redirectAndrew Lewis2016-09-261-2/+2
|
* [Feature] Add R_SPF_PERMFAIL symbolAndrew Lewis2016-09-231-1/+16
| | | | | - Also yield R_SPF_DNSFAIL on bogus redirect - Also grow SPF tests
* [Test] Some tests for SPFAndrew Lewis2016-09-211-0/+25
|
* [Test] Test DKIM permfailAndrew Lewis2016-09-193-0/+44
|
* [Test] Fix stats_pathAndrew Lewis2016-09-025-2/+6
|
* [Test] Add config testAndrew Lewis2016-08-301-0/+9
|
* [Test] Add tests for DMARCAndrew Lewis2016-08-2316-1/+139
|
* [Feature] Add mempool maps in multimapAndrew Lewis2016-08-182-1/+16
|
* [Feature] ASN module; support matching ASN/country in multimapAndrew Lewis2016-08-172-0/+28
| | | | | - Also removed stuff from ip_score - Updated tests
* [Test] Use out of tree build for tests/code coverageAndrew Lewis2016-08-161-1/+1
| | | | - Also a loosely-related fix for test library
* [Test] Additions for multimap & proxy testsAndrew Lewis2016-08-153-1/+26
| | | | | - Test unfiltered URL map - Test SPAMC & RSPAMC protocols at proxy
* [Test] Forgot to commitAndrew Lewis2016-08-151-0/+3
|
* Merge pull request #847 from fatalbanana/mmtestVsevolod Stakhov2016-08-156-0/+102
|\ | | | | [Test] Add test for multimap URL maps & filters
| * [Test] Add test for multimap URL maps & filtersAndrew Lewis2016-08-156-0/+102
| |
* | Merge pull request #846 from fatalbanana/fuzzytestVsevolod Stakhov2016-08-1516-41/+290
|\ \ | |/ |/| [Test] Rework fuzzy tests
| * [Test] Rework fuzzy testsAndrew Lewis2016-08-1416-41/+290
| | | | | | | | | | | | | | - Add fuzzy & negative match tests - Check attachment & text samples - Add suites for different algorithms; keyed/unkeyed - Move overwrite/delete tests into general suite
* | [Test] Fix testsAndrew Lewis2016-08-141-1/+0
| |
* | [Test] Add test for TLD partsAndrew Lewis2016-08-145-1/+72
|/
* [Test] Some minor updates for testsAndrew Lewis2016-08-126-28/+72
| | | | | | - Removed horrible features from test library - Negative cases for SpamAssassin WLBLEval - Restructured JSON tests