Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Add composite for suspicios free/disposamail MDN usage | twesterhever | 2024-04-09 | 1 | -0/+7 |
| | |||||
* | [Minor] Improve FREEMAIL_AFF detection | twesterhever | 2024-04-09 | 1 | -1/+1 |
| | |||||
* | [Enhancement] Detect freemail and disposable e-mail usage for MDN | twesterhever | 2024-04-09 | 1 | -0/+20 |
| | |||||
* | Merge pull request #4910 from rspamd/vstakhov-fix-greylist-threshold | Vsevolod Stakhov | 2024-04-06 | 2 | -8/+46 |
|\ | | | | | Update greylisting threshold on each scan as it can be easily dynamic | ||||
| * | Merge branch 'master' into vstakhov-fix-greylist-threshold | Vsevolod Stakhov | 2024-04-06 | 2 | -4/+36 |
| |\ | |/ |/| | |||||
* | | Merge pull request #4911 from fatalbanana/break_greylisting_tests | Vsevolod Stakhov | 2024-04-06 | 2 | -4/+36 |
|\ \ | | | | | | | [Test] Try break greylisting tests | ||||
| * | | [Test] Try break greylisting tests | Andrew Lewis | 2024-04-05 | 2 | -4/+36 |
|/ / | |||||
| * | [Fix] Honor dynamic thresholds for greylisting module | Vsevolod Stakhov | 2024-04-05 | 2 | -1/+42 |
| | | |||||
| * | [Minor] Remove redundant metric name | Vsevolod Stakhov | 2024-04-05 | 1 | -1/+1 |
| | | |||||
| * | [Fix] Update greylisting threshold as it can be easily dynamic | Vsevolod Stakhov | 2024-04-05 | 1 | -7/+4 |
|/ | | | | | Issue: #4908 Closes: #4908 | ||||
* | [Minor] Fix issue with ucl variables | Vsevolod Stakhov | 2024-04-05 | 1 | -0/+1 |
| | | | | Pointed by: @crest | ||||
* | Merge pull request #4903 from rspamd/vstakhov-fix-zstd-mmap | Vsevolod Stakhov | 2024-04-03 | 1 | -68/+67 |
|\ | | | | | Fix shared memory proxying when compression is set | ||||
| * | [Fix] Fix shared memory proxying when compression is set | Vsevolod Stakhov | 2024-04-03 | 1 | -68/+67 |
|/ | |||||
* | Merge pull request #4901 from rspamd/vstakhov-milter-quarantine-message | Vsevolod Stakhov | 2024-04-03 | 3 | -20/+73 |
|\ | | | | | Allow custom milter quarantine and tempfail messages | ||||
| * | [Feature] Allow custom milter quarantine and tempfail messages | Vsevolod Stakhov | 2024-04-02 | 3 | -20/+73 |
| | | | | | | | | | | Issue: #4892 Closes: #4892 | ||||
* | | Merge pull request #4894 from rspamd/vstakhov-cloudmark-improvements | Vsevolod Stakhov | 2024-03-28 | 1 | -0/+44 |
|\ \ | |/ |/| | Several improvements to the Cloudmark integration | ||||
| * | [Minor] Fix some corner cases | Vsevolod Stakhov | 2024-03-28 | 1 | -2/+4 |
| | | |||||
| * | [Feature] Cloudmark: Add scores_symbols setting | Vsevolod Stakhov | 2024-03-27 | 1 | -0/+30 |
| | | |||||
| * | [Feature] Allow adding X-CMAE-Score header | Vsevolod Stakhov | 2024-03-27 | 1 | -0/+12 |
|/ | |||||
* | Merge pull request #4890 from twesterhever/temp-received-localhost | Vsevolod Stakhov | 2024-03-26 | 1 | -0/+7 |
|\ | | | | | [Minor] Add rule for localhost HELOs in Received headers | ||||
| * | [Minor] Add rule for localhost HELOs in Received headers | twesterhever | 2024-03-24 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #4889 from twesterhever/temp-replyto-same-as-to | Vsevolod Stakhov | 2024-03-26 | 1 | -14/+36 |
|\ \ | | | | | | | [Enhancement] Add more symbols for Reply-To header characteristics | ||||
| * | | [Enhancement] Add more symbols for Reply-To header characteristics | twesterhever | 2024-03-24 | 1 | -14/+36 |
| |/ | |||||
* | | Merge pull request #4891 from fatalbanana/spf_example | Vsevolod Stakhov | 2024-03-25 | 1 | -1/+1 |
|\ \ | | | | | | | [Minor] Fix format of example setting (rspamd/rspamd.com#736) | ||||
| * | | [Minor] Fix format of example setting (rspamd.com#736) | Andrew Lewis | 2024-03-25 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4887 from rspamd/vstakhov-regexp-fix | Vsevolod Stakhov | 2024-03-24 | 5 | -12/+31 |
|\ \ | |/ |/| | Protect regexp matcher from regexps with empty patterns | ||||
| * | [Test] Add unit test | Vsevolod Stakhov | 2024-03-24 | 1 | -0/+11 |
| | | |||||
| * | [CritFix] Protect regexp matcher from regexps with empty patterns | Vsevolod Stakhov | 2024-03-22 | 3 | -1/+15 |
| | | | | | | | | | | Issue: #4885 Closes: #4885 | ||||
| * | [Minor] Deny zero length in regexp search functions | Vsevolod Stakhov | 2024-03-22 | 1 | -11/+5 |
| | | |||||
* | | [Minor] Limit to x86_64 | Vsevolod Stakhov | 2024-03-23 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #4882 from rspamd/vstakhov-mime-parser-fix | Vsevolod Stakhov | 2024-03-21 | 1 | -1/+8 |
|\ | | | | | Fix inconsistent nesting in mime parts | ||||
| * | [Fix] Fix inconsistent nesting in mime parts | Vsevolod Stakhov | 2024-03-20 | 1 | -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-types | Vsevolod Stakhov | 2024-03-19 | 265 | -11564/+11926 |
|\ | | | | | [Rework] Remove some of the GLib types in lieu of standard ones | ||||
| * | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 263 | -10730/+11092 |
| | | |||||
| * | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 122 | -880/+880 |
|/ | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | Merge pull request #4878 from moisseev/webui | Vsevolod Stakhov | 2024-03-18 | 5 | -19/+35 |
|\ | | | | | [Minor] Change FooTable breakpoints to match Bootstrap 5 | ||||
| * | [Minor] Change FooTable breakpoints | moisseev | 2024-03-17 | 5 | -19/+31 |
| | | | | | | | | to match Bootstrap 5 | ||||
| * | [Minor] Use cascade FooTable column breakpoints | moisseev | 2024-03-17 | 4 | -17/+21 |
|/ | |||||
* | Merge pull request #4877 from moisseev/webui | Vsevolod Stakhov | 2024-03-16 | 4 | -4/+123 |
|\ | | | | | [WebUI] Add column display mode settings | ||||
| * | [WebUI] Add column display mode settings | moisseev | 2024-03-16 | 4 | -4/+123 |
| | | | | | | | | for Scan and History tables | ||||
* | | Merge pull request #4876 from fatalbanana/testlog | Vsevolod Stakhov | 2024-03-15 | 1 | -1/+3 |
|\ \ | | | | | | | [Test] Really fix saving test logs... | ||||
| * | | [Test] Really fix saving test logs... | Andrew Lewis | 2024-03-15 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #4875 from fatalbanana/badge | Vsevolod Stakhov | 2024-03-15 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | [Minor] README: update build status badge | ||||
| * | | [Minor] README: update build status badge | Andrew Lewis | 2024-03-15 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4873 from rspamd/vstakhov-fix-multipattern-init | Vsevolod Stakhov | 2024-03-15 | 13 | -101/+66 |
|\ \ | | | | | | | Do not save multipatterns to FS in certain cases | ||||
| * | | [Test] Run functional tests using root user | Vsevolod Stakhov | 2024-03-15 | 1 | -1/+1 |
| | | | |||||
| * | | [Test] More rework of the tests | Vsevolod Stakhov | 2024-03-15 | 3 | -67/+19 |
| | | | |||||
| * | | [Test] Add missing path | Vsevolod Stakhov | 2024-03-15 | 1 | -0/+2 |
| | | | |||||
| * | | [Test] Try to hack | Vsevolod Stakhov | 2024-03-15 | 1 | -1/+2 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into vstakhov-fix-multipattern-init | Vsevolod Stakhov | 2024-03-15 | 1 | -4/+2 |
| |\ \ | |/ / |/| | |