aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Use luajit all the time in Debian buildsVsevolod Stakhov2023-03-061-7/+1
|
* [Minor] Fix build with old hyperscan...Vsevolod Stakhov2023-03-051-1/+6
|
* Merge pull request #4420 from moisseev/webuiVsevolod Stakhov2023-03-052-7/+7
|\ | | | | [WebUI] Update bootstrap
| * [WebUI] Update bootstrapmoisseev2023-03-052-7/+7
|/ | | | v4.6.0 → v4.6.2
* [Minor] One more mkstemp usageVsevolod Stakhov2023-03-042-8/+7
|
* [Minor] Use `mkstemp` in one more placeVsevolod Stakhov2023-03-041-2/+2
|
* [Minor] Use mkstemp for temporary hyperscan cache fileVsevolod Stakhov2023-03-041-3/+3
|
* [Fix] Fix url reputation pluginVsevolod Stakhov2023-03-031-28/+17
| | | | Issue: #4415
* Merge pull request #4414 from moisseev/webuiVsevolod Stakhov2023-03-037-10/+10
|\ | | | | [WebUI] Update JS libraries
| * [WebUI] Update JS librariesmoisseev2023-02-287-10/+10
| |
* | Merge pull request #4416 from nishils/fix-x-rspamd-actionVsevolod Stakhov2023-03-021-1/+1
|\ \ | | | | | | Fix for x-rspamd-action in Milter headers module
| * | when metric action is not defined, it reads a score causing a type error ↵Nishil Shah2023-02-281-1/+1
| |/ | | | | | | where the value should be a string and the actual action
* | [Fix] Add a database check function unless we have anything from HyperscanVsevolod Stakhov2023-03-021-27/+60
| | | | | | | | Related: https://github.com/intel/hyperscan/issues/389
* | [Fix] Normalize glob paths to avoid hash table missesVsevolod Stakhov2023-03-021-6/+10
| |
* | [Minor] Propagate xxhash flagsVsevolod Stakhov2023-03-021-1/+1
| |
* | [Minor] Fix xxhash build with the debug flagsVsevolod Stakhov2023-03-021-0/+4
| | | | | | | | Related: https://github.com/Cyan4973/xxHash/pull/720
* | [Minor] Fix another include pathVsevolod Stakhov2023-03-021-1/+1
| |
* | [Minor] Update zstd to 1.5.4Vsevolod Stakhov2023-03-0259-5643/+15433
| |
* | [Minor] Allow other rpm based systemsVsevolod Stakhov2023-03-021-2/+7
|/
* [Minor] Be more consistent about the trailing slashVsevolod Stakhov2023-02-272-3/+13
|
* [Minor] Avoid to initialise string with nullptrVsevolod Stakhov2023-02-271-2/+10
|
* [Fix] Add hyperscan databases sanity checkVsevolod Stakhov2023-02-272-7/+32
| | | | Issue: #4409
* [Fix] Do not do `lstat` when we are creating fileVsevolod Stakhov2023-02-271-10/+12
|
* [Minor] Allow content URLs in the url_redirectorVsevolod Stakhov2023-02-261-0/+1
| | | | Issue: #4411
* [Minor] Honor more redirect 3xx codesVsevolod Stakhov2023-02-251-1/+9
| | | | Issue: #4395
* Merge pull request #4413 from citrin/undisclosed-recipientsVsevolod Stakhov2023-02-251-1/+2
|\ | | | | [Minor] Account for one more undisclosed-recipients address variant
| * [Minor] Account for one more undisclosed-recipients address variantAnton Yuzhaninov2023-02-251-1/+2
| |
* | [Fix] Further checks for the hs_scratch_allocVsevolod Stakhov2023-02-255-18/+90
| | | | | | | | Issue: #4409
* | [Fix] Treat `hs_allocate_scratch` errors as non-fatalVsevolod Stakhov2023-02-251-2/+16
|/ | | | Issue: #4409
* Merge pull request #4410 from mta59066/patch-1Vsevolod Stakhov2023-02-241-3/+4
|\ | | | | fix incorrect asn references in bimi.conf
| * fix incorrect asn references in bimi.confMehmet Tolga Avcioglu2023-02-231-3/+4
|/
* [Test] Add a unit testVsevolod Stakhov2023-02-231-48/+154
|
* [Fix] Fix boundaries that contain only dashesVsevolod Stakhov2023-02-231-6/+2
| | | | Issue: #4394
* Merge pull request #4351 from korgoth1/masterVsevolod Stakhov2023-02-221-0/+9
|\ | | | | Checking for redirector url in mail
| * Update conf/modules.d/multimap.confkorgoth12022-11-271-1/+1
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * Checking for redirector url in mailkorgoth12022-11-271-0/+9
| |
* | [Minor] CI: new docker reposVsevolod Stakhov2023-02-211-8/+8
| |
* | Merge pull request #4310 from twesterhever/temp-add-ipfs-heuristicsVsevolod Stakhov2023-02-201-0/+15
|\ \ | | | | | | [Enhancement] Add IPFS URL heuristic
| * \ Merge branch 'master' into temp-add-ipfs-heuristicsVsevolod Stakhov2023-02-20184-4206/+6025
| |\ \ | |/ / |/| |
* | | Merge pull request #4398 from ↵Vsevolod Stakhov2023-02-192-11/+2
|\ \ \ | | | | | | | | | | | | | | | | twesterhever/temp-propose-alternative-solution-to-xbl-any-hack [Minor] Replace "Spamhaus XBL any" hack with a more clear solution
| * \ \ Merge branch 'master' into temp-propose-alternative-solution-to-xbl-any-hackVsevolod Stakhov2023-02-1929-332/+357
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #4404 from georglauterbach/add-betterbird-to-header-rulesVsevolod Stakhov2023-02-191-1/+1
|\ \ \ \ | | | | | | | | | | addition: add Betterbird to `user_agent_thunderbird`
| * | | | add Betterbird to `user_agent_thunderbird`georglauterbach2023-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/Betterbird/thunderbird-patches/issues/125 for reference. This way, Rspamd will not add `FORGED_MUA_MOZILLA_MAIL_MSGID_UNKNOWN` to mails sent perfectly find with Betterbird. Betterbird (<https://www.betterbird.eu/>) is an adjusted version of Thunderbird, fixing many bugs and adding long-wanted features. It is a common and well-known alternative to Thunderbird, so I think the addition is justified.
* | | | | [Minor] Add autodetection of the libc++Vsevolod Stakhov2023-02-192-2/+17
|/ / / /
* | | | [Minor] Further debian packages fixesVsevolod Stakhov2023-02-182-3/+11
| | | |
* | | | Merge pull request #4397 from twesterhever/temp-misc-cleanups-and-housekeepingVsevolod Stakhov2023-02-1724-305/+251
|\ \ \ \ | | | | | | | | | | [Minor] Assorted cleanup and housekeeping of configuration files
| * | | | [Minor] Sort maps.d contents for better readabilitytwesterhever2023-02-173-199/+167
| | | | |
| * | | | [Minor] Fix some whitespace issuestwesterhever2023-02-176-6/+3
| | | | |
| * | | | [Minor] Improve readability of composites rule configurationtwesterhever2023-02-171-9/+6
| | | | |
| * | | | [Minor] Add newline at EOF where missingtwesterhever2023-02-177-7/+5
| | | | |