Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Use luajit all the time in Debian builds | Vsevolod Stakhov | 2023-03-06 | 1 | -7/+1 |
| | |||||
* | [Minor] Fix build with old hyperscan... | Vsevolod Stakhov | 2023-03-05 | 1 | -1/+6 |
| | |||||
* | Merge pull request #4420 from moisseev/webui | Vsevolod Stakhov | 2023-03-05 | 2 | -7/+7 |
|\ | | | | | [WebUI] Update bootstrap | ||||
| * | [WebUI] Update bootstrap | moisseev | 2023-03-05 | 2 | -7/+7 |
|/ | | | | v4.6.0 → v4.6.2 | ||||
* | [Minor] One more mkstemp usage | Vsevolod Stakhov | 2023-03-04 | 2 | -8/+7 |
| | |||||
* | [Minor] Use `mkstemp` in one more place | Vsevolod Stakhov | 2023-03-04 | 1 | -2/+2 |
| | |||||
* | [Minor] Use mkstemp for temporary hyperscan cache file | Vsevolod Stakhov | 2023-03-04 | 1 | -3/+3 |
| | |||||
* | [Fix] Fix url reputation plugin | Vsevolod Stakhov | 2023-03-03 | 1 | -28/+17 |
| | | | | Issue: #4415 | ||||
* | Merge pull request #4414 from moisseev/webui | Vsevolod Stakhov | 2023-03-03 | 7 | -10/+10 |
|\ | | | | | [WebUI] Update JS libraries | ||||
| * | [WebUI] Update JS libraries | moisseev | 2023-02-28 | 7 | -10/+10 |
| | | |||||
* | | Merge pull request #4416 from nishils/fix-x-rspamd-action | Vsevolod Stakhov | 2023-03-02 | 1 | -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 Shah | 2023-02-28 | 1 | -1/+1 |
| |/ | | | | | | | where the value should be a string and the actual action | ||||
* | | [Fix] Add a database check function unless we have anything from Hyperscan | Vsevolod Stakhov | 2023-03-02 | 1 | -27/+60 |
| | | | | | | | | Related: https://github.com/intel/hyperscan/issues/389 | ||||
* | | [Fix] Normalize glob paths to avoid hash table misses | Vsevolod Stakhov | 2023-03-02 | 1 | -6/+10 |
| | | |||||
* | | [Minor] Propagate xxhash flags | Vsevolod Stakhov | 2023-03-02 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Fix xxhash build with the debug flags | Vsevolod Stakhov | 2023-03-02 | 1 | -0/+4 |
| | | | | | | | | Related: https://github.com/Cyan4973/xxHash/pull/720 | ||||
* | | [Minor] Fix another include path | Vsevolod Stakhov | 2023-03-02 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Update zstd to 1.5.4 | Vsevolod Stakhov | 2023-03-02 | 59 | -5643/+15433 |
| | | |||||
* | | [Minor] Allow other rpm based systems | Vsevolod Stakhov | 2023-03-02 | 1 | -2/+7 |
|/ | |||||
* | [Minor] Be more consistent about the trailing slash | Vsevolod Stakhov | 2023-02-27 | 2 | -3/+13 |
| | |||||
* | [Minor] Avoid to initialise string with nullptr | Vsevolod Stakhov | 2023-02-27 | 1 | -2/+10 |
| | |||||
* | [Fix] Add hyperscan databases sanity check | Vsevolod Stakhov | 2023-02-27 | 2 | -7/+32 |
| | | | | Issue: #4409 | ||||
* | [Fix] Do not do `lstat` when we are creating file | Vsevolod Stakhov | 2023-02-27 | 1 | -10/+12 |
| | |||||
* | [Minor] Allow content URLs in the url_redirector | Vsevolod Stakhov | 2023-02-26 | 1 | -0/+1 |
| | | | | Issue: #4411 | ||||
* | [Minor] Honor more redirect 3xx codes | Vsevolod Stakhov | 2023-02-25 | 1 | -1/+9 |
| | | | | Issue: #4395 | ||||
* | Merge pull request #4413 from citrin/undisclosed-recipients | Vsevolod Stakhov | 2023-02-25 | 1 | -1/+2 |
|\ | | | | | [Minor] Account for one more undisclosed-recipients address variant | ||||
| * | [Minor] Account for one more undisclosed-recipients address variant | Anton Yuzhaninov | 2023-02-25 | 1 | -1/+2 |
| | | |||||
* | | [Fix] Further checks for the hs_scratch_alloc | Vsevolod Stakhov | 2023-02-25 | 5 | -18/+90 |
| | | | | | | | | Issue: #4409 | ||||
* | | [Fix] Treat `hs_allocate_scratch` errors as non-fatal | Vsevolod Stakhov | 2023-02-25 | 1 | -2/+16 |
|/ | | | | Issue: #4409 | ||||
* | Merge pull request #4410 from mta59066/patch-1 | Vsevolod Stakhov | 2023-02-24 | 1 | -3/+4 |
|\ | | | | | fix incorrect asn references in bimi.conf | ||||
| * | fix incorrect asn references in bimi.conf | Mehmet Tolga Avcioglu | 2023-02-23 | 1 | -3/+4 |
|/ | |||||
* | [Test] Add a unit test | Vsevolod Stakhov | 2023-02-23 | 1 | -48/+154 |
| | |||||
* | [Fix] Fix boundaries that contain only dashes | Vsevolod Stakhov | 2023-02-23 | 1 | -6/+2 |
| | | | | Issue: #4394 | ||||
* | Merge pull request #4351 from korgoth1/master | Vsevolod Stakhov | 2023-02-22 | 1 | -0/+9 |
|\ | | | | | Checking for redirector url in mail | ||||
| * | Update conf/modules.d/multimap.conf | korgoth1 | 2022-11-27 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com> | ||||
| * | Checking for redirector url in mail | korgoth1 | 2022-11-27 | 1 | -0/+9 |
| | | |||||
* | | [Minor] CI: new docker repos | Vsevolod Stakhov | 2023-02-21 | 1 | -8/+8 |
| | | |||||
* | | Merge pull request #4310 from twesterhever/temp-add-ipfs-heuristics | Vsevolod Stakhov | 2023-02-20 | 1 | -0/+15 |
|\ \ | | | | | | | [Enhancement] Add IPFS URL heuristic | ||||
| * \ | Merge branch 'master' into temp-add-ipfs-heuristics | Vsevolod Stakhov | 2023-02-20 | 184 | -4206/+6025 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #4398 from ↵ | Vsevolod Stakhov | 2023-02-19 | 2 | -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-hack | Vsevolod Stakhov | 2023-02-19 | 29 | -332/+357 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #4404 from georglauterbach/add-betterbird-to-header-rules | Vsevolod Stakhov | 2023-02-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | addition: add Betterbird to `user_agent_thunderbird` | ||||
| * | | | | add Betterbird to `user_agent_thunderbird` | georglauterbach | 2023-02-19 | 1 | -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 Stakhov | 2023-02-19 | 2 | -2/+17 |
|/ / / / | |||||
* | | | | [Minor] Further debian packages fixes | Vsevolod Stakhov | 2023-02-18 | 2 | -3/+11 |
| | | | | |||||
* | | | | Merge pull request #4397 from twesterhever/temp-misc-cleanups-and-housekeeping | Vsevolod Stakhov | 2023-02-17 | 24 | -305/+251 |
|\ \ \ \ | | | | | | | | | | | [Minor] Assorted cleanup and housekeeping of configuration files | ||||
| * | | | | [Minor] Sort maps.d contents for better readability | twesterhever | 2023-02-17 | 3 | -199/+167 |
| | | | | | |||||
| * | | | | [Minor] Fix some whitespace issues | twesterhever | 2023-02-17 | 6 | -6/+3 |
| | | | | | |||||
| * | | | | [Minor] Improve readability of composites rule configuration | twesterhever | 2023-02-17 | 1 | -9/+6 |
| | | | | | |||||
| * | | | | [Minor] Add newline at EOF where missing | twesterhever | 2023-02-17 | 7 | -7/+5 |
| | | | | |