aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Add composite for suspicios free/disposamail MDN usagetwesterhever2024-04-091-0/+7
|
* [Minor] Improve FREEMAIL_AFF detectiontwesterhever2024-04-091-1/+1
|
* [Enhancement] Detect freemail and disposable e-mail usage for MDNtwesterhever2024-04-091-0/+20
|
* Merge pull request #4910 from rspamd/vstakhov-fix-greylist-thresholdVsevolod Stakhov2024-04-062-8/+46
|\ | | | | Update greylisting threshold on each scan as it can be easily dynamic
| * Merge branch 'master' into vstakhov-fix-greylist-thresholdVsevolod Stakhov2024-04-062-4/+36
| |\ | |/ |/|
* | Merge pull request #4911 from fatalbanana/break_greylisting_testsVsevolod Stakhov2024-04-062-4/+36
|\ \ | | | | | | [Test] Try break greylisting tests
| * | [Test] Try break greylisting testsAndrew Lewis2024-04-052-4/+36
|/ /
| * [Fix] Honor dynamic thresholds for greylisting moduleVsevolod Stakhov2024-04-052-1/+42
| |
| * [Minor] Remove redundant metric nameVsevolod Stakhov2024-04-051-1/+1
| |
| * [Fix] Update greylisting threshold as it can be easily dynamicVsevolod Stakhov2024-04-051-7/+4
|/ | | | | Issue: #4908 Closes: #4908
* [Minor] Fix issue with ucl variablesVsevolod Stakhov2024-04-051-0/+1
| | | | Pointed by: @crest
* Merge pull request #4903 from rspamd/vstakhov-fix-zstd-mmapVsevolod Stakhov2024-04-031-68/+67
|\ | | | | Fix shared memory proxying when compression is set
| * [Fix] Fix shared memory proxying when compression is setVsevolod Stakhov2024-04-031-68/+67
|/
* Merge pull request #4901 from rspamd/vstakhov-milter-quarantine-messageVsevolod Stakhov2024-04-033-20/+73
|\ | | | | Allow custom milter quarantine and tempfail messages
| * [Feature] Allow custom milter quarantine and tempfail messagesVsevolod Stakhov2024-04-023-20/+73
| | | | | | | | | | Issue: #4892 Closes: #4892
* | Merge pull request #4894 from rspamd/vstakhov-cloudmark-improvementsVsevolod Stakhov2024-03-281-0/+44
|\ \ | |/ |/| Several improvements to the Cloudmark integration
| * [Minor] Fix some corner casesVsevolod Stakhov2024-03-281-2/+4
| |
| * [Feature] Cloudmark: Add scores_symbols settingVsevolod Stakhov2024-03-271-0/+30
| |
| * [Feature] Allow adding X-CMAE-Score headerVsevolod Stakhov2024-03-271-0/+12
|/
* Merge pull request #4890 from twesterhever/temp-received-localhostVsevolod Stakhov2024-03-261-0/+7
|\ | | | | [Minor] Add rule for localhost HELOs in Received headers
| * [Minor] Add rule for localhost HELOs in Received headerstwesterhever2024-03-241-0/+7
| |
* | Merge pull request #4889 from twesterhever/temp-replyto-same-as-toVsevolod Stakhov2024-03-261-14/+36
|\ \ | | | | | | [Enhancement] Add more symbols for Reply-To header characteristics
| * | [Enhancement] Add more symbols for Reply-To header characteristicstwesterhever2024-03-241-14/+36
| |/
* | Merge pull request #4891 from fatalbanana/spf_exampleVsevolod Stakhov2024-03-251-1/+1
|\ \ | | | | | | [Minor] Fix format of example setting (rspamd/rspamd.com#736)
| * | [Minor] Fix format of example setting (rspamd.com#736)Andrew Lewis2024-03-251-1/+1
|/ /
* | Merge pull request #4887 from rspamd/vstakhov-regexp-fixVsevolod Stakhov2024-03-245-12/+31
|\ \ | |/ |/| Protect regexp matcher from regexps with empty patterns
| * [Test] Add unit testVsevolod Stakhov2024-03-241-0/+11
| |
| * [CritFix] Protect regexp matcher from regexps with empty patternsVsevolod Stakhov2024-03-223-1/+15
| | | | | | | | | | Issue: #4885 Closes: #4885
| * [Minor] Deny zero length in regexp search functionsVsevolod Stakhov2024-03-221-11/+5
| |
* | [Minor] Limit to x86_64Vsevolod Stakhov2024-03-231-1/+3
|/
* Merge pull request #4882 from rspamd/vstakhov-mime-parser-fixVsevolod Stakhov2024-03-211-1/+8
|\ | | | | Fix inconsistent nesting in mime parts
| * [Fix] Fix inconsistent nesting in mime partsVsevolod Stakhov2024-03-201-1/+8
|/ | | | | | | | | We should do like MUAs do: imlicitly close incomplete mime parts and treat them as ususal. It is weird and utterly stupid but that's what MUA do. Issue: #4740 Closes: #4740
* Merge pull request #4880 from rspamd/vstakhov-fix-glib-typesVsevolod Stakhov2024-03-19265-11564/+11926
|\ | | | | [Rework] Remove some of the GLib types in lieu of standard ones
| * [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-18263-10730/+11092
| |
| * [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-18122-880/+880
|/ | | | This types have constant conflicts with the system ones especially on OSX.
* Merge pull request #4878 from moisseev/webuiVsevolod Stakhov2024-03-185-19/+35
|\ | | | | [Minor] Change FooTable breakpoints to match Bootstrap 5
| * [Minor] Change FooTable breakpointsmoisseev2024-03-175-19/+31
| | | | | | | | to match Bootstrap 5
| * [Minor] Use cascade FooTable column breakpointsmoisseev2024-03-174-17/+21
|/
* Merge pull request #4877 from moisseev/webuiVsevolod Stakhov2024-03-164-4/+123
|\ | | | | [WebUI] Add column display mode settings
| * [WebUI] Add column display mode settingsmoisseev2024-03-164-4/+123
| | | | | | | | for Scan and History tables
* | Merge pull request #4876 from fatalbanana/testlogVsevolod Stakhov2024-03-151-1/+3
|\ \ | | | | | | [Test] Really fix saving test logs...
| * | [Test] Really fix saving test logs...Andrew Lewis2024-03-151-1/+3
| | |
* | | Merge pull request #4875 from fatalbanana/badgeVsevolod Stakhov2024-03-151-1/+1
|\ \ \ | |/ / |/| | [Minor] README: update build status badge
| * | [Minor] README: update build status badgeAndrew Lewis2024-03-151-1/+1
|/ /
* | Merge pull request #4873 from rspamd/vstakhov-fix-multipattern-initVsevolod Stakhov2024-03-1513-101/+66
|\ \ | | | | | | Do not save multipatterns to FS in certain cases
| * | [Test] Run functional tests using root userVsevolod Stakhov2024-03-151-1/+1
| | |
| * | [Test] More rework of the testsVsevolod Stakhov2024-03-153-67/+19
| | |
| * | [Test] Add missing pathVsevolod Stakhov2024-03-151-0/+2
| | |
| * | [Test] Try to hackVsevolod Stakhov2024-03-151-1/+2
| | |
| * | Merge remote-tracking branch 'origin/master' into vstakhov-fix-multipattern-initVsevolod Stakhov2024-03-151-4/+2
| |\ \ | |/ / |/| |