]> source.dussan.org Git - rspamd.git/log
rspamd.git
7 months ago[WebUI] Add check/uncheck all checkboxes buttons 4864/head
moisseev [Fri, 8 Mar 2024 16:47:18 +0000 (19:47 +0300)]
[WebUI] Add check/uncheck all checkboxes buttons

to table filter dropdowns

7 months agoMerge pull request #4862 from moisseev/webui
Vsevolod Stakhov [Thu, 7 Mar 2024 15:24:09 +0000 (21:24 +0600)]
Merge pull request #4862 from moisseev/webui

[Minor] Add background icon to drop area

7 months ago[Minor] Add background icon to drop area 4862/head
moisseev [Thu, 7 Mar 2024 15:00:38 +0000 (18:00 +0300)]
[Minor] Add background icon to drop area

7 months agoMerge pull request #4861 from moisseev/webui
Vsevolod Stakhov [Thu, 7 Mar 2024 14:47:34 +0000 (20:47 +0600)]
Merge pull request #4861 from moisseev/webui

[Minor] Serve SVG with the correct CT

7 months ago[Minor] Serve SVG with the correct CT 4861/head
moisseev [Thu, 7 Mar 2024 12:29:46 +0000 (15:29 +0300)]
[Minor] Serve SVG with the correct CT

7 months agoMerge pull request #4860 from rspamd/vstakhov-lua-udata-opt-moar
Vsevolod Stakhov [Wed, 6 Mar 2024 18:21:49 +0000 (00:21 +0600)]
Merge pull request #4860 from rspamd/vstakhov-lua-udata-opt-moar

Further optimization to the hot path of lua userdata checks

7 months ago[Feature] Further optimization to the hot path 4860/head
Vsevolod Stakhov [Wed, 6 Mar 2024 17:44:35 +0000 (17:44 +0000)]
[Feature] Further optimization to the hot path

We check userdata very frequently, so the idea here is the following:

- Store the address of classname (converted to int) in the metatable at index 1
- When we need to check some udata, we can just compare the static address with
  the integer stored in metatable
- This avoid quite an expensive `lua_rawequal` call for two tables as we know that
  our classes are quite static

7 months agoMerge pull request #4857 from rspamd/vstakhov-lua-udata-opt
Vsevolod Stakhov [Tue, 5 Mar 2024 15:41:46 +0000 (21:41 +0600)]
Merge pull request #4857 from rspamd/vstakhov-lua-udata-opt

[Project] Optimization of userdata hashing

7 months agoMerge pull request #4856 from moisseev/webui
Vsevolod Stakhov [Tue, 5 Mar 2024 15:34:47 +0000 (21:34 +0600)]
Merge pull request #4856 from moisseev/webui

[Minor] Fix status tables borders

7 months ago[Rework] Rework dynamic usage 4857/head
Vsevolod Stakhov [Tue, 5 Mar 2024 15:29:33 +0000 (15:29 +0000)]
[Rework] Rework dynamic usage

7 months ago[Minor] Fix lua_tensor usage
Vsevolod Stakhov [Tue, 5 Mar 2024 14:44:58 +0000 (14:44 +0000)]
[Minor] Fix lua_tensor usage

7 months ago[Rework] Use direct hashing instead of string hashing
Vsevolod Stakhov [Tue, 5 Mar 2024 14:43:07 +0000 (14:43 +0000)]
[Rework] Use direct hashing instead of string hashing

7 months ago[Project] Convert the remaining
Vsevolod Stakhov [Tue, 5 Mar 2024 14:00:08 +0000 (14:00 +0000)]
[Project] Convert the remaining

7 months ago[Minor] Forgotten files
Vsevolod Stakhov [Tue, 5 Mar 2024 13:42:00 +0000 (13:42 +0000)]
[Minor] Forgotten files

7 months ago[Project] Start optimization of userdata hashing
Vsevolod Stakhov [Tue, 5 Mar 2024 13:39:47 +0000 (13:39 +0000)]
[Project] Start optimization of userdata hashing

7 months ago[Minor] Fix status tables borders 4856/head
moisseev [Mon, 4 Mar 2024 16:30:57 +0000 (19:30 +0300)]
[Minor] Fix status tables borders

7 months agoMerge pull request #4855 from moisseev/webui
Vsevolod Stakhov [Mon, 4 Mar 2024 14:10:31 +0000 (20:10 +0600)]
Merge pull request #4855 from moisseev/webui

[Minor] Align items in card headers and buttons

7 months ago[Minor] Update documentation reference 4855/head
moisseev [Mon, 4 Mar 2024 12:00:34 +0000 (15:00 +0300)]
[Minor] Update documentation reference

7 months ago[Minor] Align items in card headers and buttons
moisseev [Mon, 4 Mar 2024 11:54:08 +0000 (14:54 +0300)]
[Minor] Align items in card headers and buttons

7 months agoMerge pull request #4853 from moisseev/webui
Vsevolod Stakhov [Sun, 3 Mar 2024 13:13:08 +0000 (19:13 +0600)]
Merge pull request #4853 from moisseev/webui

[Minor] Improve minWidth calculation

7 months ago[Minor] Improve minWidth calculation 4853/head
moisseev [Sun, 3 Mar 2024 08:18:52 +0000 (11:18 +0300)]
[Minor] Improve minWidth calculation

7 months agoMerge pull request #4852 from rspamd/vstakhov-proxy-nconns
Vsevolod Stakhov [Sat, 2 Mar 2024 14:28:59 +0000 (20:28 +0600)]
Merge pull request #4852 from rspamd/vstakhov-proxy-nconns

Update `nconns` in proxy

7 months ago[Fix] Update `nconns` in proxy 4852/head
Vsevolod Stakhov [Sat, 2 Mar 2024 13:46:59 +0000 (13:46 +0000)]
[Fix] Update `nconns` in proxy

7 months ago[Minor] Add CLion artefacts
Vsevolod Stakhov [Sat, 2 Mar 2024 12:21:16 +0000 (12:21 +0000)]
[Minor] Add CLion artefacts

7 months agoMerge pull request #4849 from moisseev/webui
Vsevolod Stakhov [Fri, 1 Mar 2024 15:18:05 +0000 (21:18 +0600)]
Merge pull request #4849 from moisseev/webui

[WebUI] Add file input and drop area to scan tab

7 months ago[WebUI] Add file input and drop area to scan tab 4849/head
moisseev [Fri, 1 Mar 2024 14:33:07 +0000 (17:33 +0300)]
[WebUI] Add file input and drop area to scan tab

7 months agoMerge pull request #4845 from fatalbanana/sync_publicsuffix
Vsevolod Stakhov [Thu, 29 Feb 2024 17:32:45 +0000 (23:32 +0600)]
Merge pull request #4845 from fatalbanana/sync_publicsuffix

Sync public suffix list

7 months agoMerge pull request #4847 from fatalbanana/rspamadm_tests
Vsevolod Stakhov [Thu, 29 Feb 2024 17:32:28 +0000 (23:32 +0600)]
Merge pull request #4847 from fatalbanana/rspamadm_tests

[Test] rspamadm tests: override DBDIR

7 months agoMerge pull request #4846 from twesterhever/temp-file-url
Vsevolod Stakhov [Thu, 29 Feb 2024 17:28:09 +0000 (23:28 +0600)]
Merge pull request #4846 from twesterhever/temp-file-url

[Minor] Add HAS_FILE_URL rule for messages containing a file:// URL

7 months ago[Test] rspamadm tests: override DBDIR 4847/head
Andrew Lewis [Thu, 29 Feb 2024 17:15:55 +0000 (19:15 +0200)]
[Test] rspamadm tests: override DBDIR

7 months ago[Minor] Add HAS_FILE_URL rule for messages containing a file:// URL 4846/head
twesterhever [Thu, 29 Feb 2024 14:34:21 +0000 (14:34 +0000)]
[Minor] Add HAS_FILE_URL rule for messages containing a file:// URL

These are frequently abused for distributing malware via non-HTTP
protocols, such as public Samba servers. file:// URLs may also be abused
for including files from the victims' machine in a message. Either way,
a legitimate usecase is unlikely.

Signed-off-by: twesterhever <40121680+twesterhever@users.noreply.github.com>
7 months agoMerge pull request #4834 from fatalbanana/gha_zombies
Vsevolod Stakhov [Thu, 29 Feb 2024 14:26:16 +0000 (20:26 +0600)]
Merge pull request #4834 from fatalbanana/gha_zombies

[Test] Use Robot-native process management

7 months ago[Test] Use Robot-native process management 4834/head
Andrew Lewis [Thu, 29 Feb 2024 10:42:37 +0000 (12:42 +0200)]
[Test] Use Robot-native process management

 - Partially unbreak functional tests in Github Actions

7 months agoSync public suffix list 4845/head
Andrew Lewis [Wed, 28 Feb 2024 19:43:54 +0000 (21:43 +0200)]
Sync public suffix list

7 months agoMerge pull request #4843 from rspamd/vstakhov-libarchive
Vsevolod Stakhov [Wed, 28 Feb 2024 16:43:38 +0000 (22:43 +0600)]
Merge pull request #4843 from rspamd/vstakhov-libarchive

Support libarchive

7 months ago[Minor] Ask for utf8 string from libarchive 4843/head
Vsevolod Stakhov [Wed, 28 Feb 2024 15:20:58 +0000 (15:20 +0000)]
[Minor] Ask for utf8 string from libarchive

7 months ago[Minor] Detect encryption when libarchive is used
Vsevolod Stakhov [Wed, 28 Feb 2024 10:14:16 +0000 (10:14 +0000)]
[Minor] Detect encryption when libarchive is used

7 months ago[Project] Use libarchive for troublesome archives
Vsevolod Stakhov [Wed, 28 Feb 2024 10:00:12 +0000 (10:00 +0000)]
[Project] Use libarchive for troublesome archives

7 months ago[Minor] Escape liquid
Vsevolod Stakhov [Mon, 26 Feb 2024 10:41:43 +0000 (10:41 +0000)]
[Minor] Escape liquid

7 months agoMerge pull request #4839 from rspamd/vstakhov-another-lupa-fix
Vsevolod Stakhov [Mon, 26 Feb 2024 09:20:38 +0000 (15:20 +0600)]
Merge pull request #4839 from rspamd/vstakhov-another-lupa-fix

Rework `jinja_template` functions to avoid LUPA global state dependency

7 months agoMerge pull request #4838 from moisseev/webui
Vsevolod Stakhov [Sun, 25 Feb 2024 15:35:11 +0000 (21:35 +0600)]
Merge pull request #4838 from moisseev/webui

[WebUI] Disable buttons until tables are ready

7 months ago[Fix] Avoid stupid practice of polluting module's internal state 4839/head
Vsevolod Stakhov [Sun, 25 Feb 2024 15:27:33 +0000 (15:27 +0000)]
[Fix] Avoid stupid practice of polluting module's internal state

7 months ago[Rework] Allow custom filters in `jinja_template`
Vsevolod Stakhov [Sun, 25 Feb 2024 15:24:04 +0000 (15:24 +0000)]
[Rework] Allow custom filters in `jinja_template`

7 months ago[WebUI] Disable buttons until tables are ready 4838/head
moisseev [Sun, 25 Feb 2024 14:59:02 +0000 (17:59 +0300)]
[WebUI] Disable buttons until tables are ready

to prevent race conditions

7 months ago[Minor] Remove obsolete code
moisseev [Sat, 24 Feb 2024 17:45:31 +0000 (20:45 +0300)]
[Minor] Remove obsolete code

7 months agoMerge pull request #4830 from rspamd/vstakhov-fix-history-key
Vsevolod Stakhov [Wed, 21 Feb 2024 19:27:58 +0000 (01:27 +0600)]
Merge pull request #4830 from rspamd/vstakhov-fix-history-key

[Fix] Allow different template expansion parameters

7 months ago[Fix] Allow different template expansion parameters 4830/head
Vsevolod Stakhov [Wed, 21 Feb 2024 17:32:10 +0000 (17:32 +0000)]
[Fix] Allow different template expansion parameters

Probably one of the most dirty hacks I've used in the Lua code in Rspamd...

7 months agoMerge pull request #4829 from rspamd/revert-4826-vstakhov-fix-history-key
Vsevolod Stakhov [Wed, 21 Feb 2024 16:54:08 +0000 (22:54 +0600)]
Merge pull request #4829 from rspamd/revert-4826-vstakhov-fix-history-key

Revert "[Fix] Fix history key, as we use `{=` and not `{{` in templates"

7 months agoRevert "[Fix] Fix history key, as we use `{=` and not `{{` in templates" 4829/head
Vsevolod Stakhov [Wed, 21 Feb 2024 16:53:56 +0000 (16:53 +0000)]
Revert "[Fix] Fix history key, as we use `{=` and not `{{` in templates"

7 months agoMerge pull request #4826 from rspamd/vstakhov-fix-history-key
Vsevolod Stakhov [Wed, 21 Feb 2024 11:52:02 +0000 (17:52 +0600)]
Merge pull request #4826 from rspamd/vstakhov-fix-history-key

[Fix] Fix history key, as we use `{=` and not `{{` in templates

7 months ago[Fix] Fix history key, as we use `{=` and not `{{` in templates 4826/head
Vsevolod Stakhov [Wed, 21 Feb 2024 11:24:19 +0000 (11:24 +0000)]
[Fix] Fix history key, as we use `{=` and not `{{` in templates

7 months ago[Minor] Update version to 3.9.0
Vsevolod Stakhov [Tue, 20 Feb 2024 17:21:09 +0000 (17:21 +0000)]
[Minor] Update version to 3.9.0

7 months ago[Minor] Allow to have only dynamic keys in fuzzy storage
Vsevolod Stakhov [Tue, 20 Feb 2024 16:07:48 +0000 (16:07 +0000)]
[Minor] Allow to have only dynamic keys in fuzzy storage

7 months agoMerge pull request #4822 from rspamd/vstakhov-ctest
Vsevolod Stakhov [Mon, 19 Feb 2024 16:30:27 +0000 (22:30 +0600)]
Merge pull request #4822 from rspamd/vstakhov-ctest

Build tests with CTest in Cmake

7 months ago[Minor] Build tests with CTest in Cmake 4822/head
Vsevolod Stakhov [Mon, 19 Feb 2024 16:19:21 +0000 (16:19 +0000)]
[Minor] Build tests with CTest in Cmake

7 months agoMerge pull request #4818 from rspamd/vstakhov-fuzzy-keymap
Vsevolod Stakhov [Sat, 17 Feb 2024 14:44:26 +0000 (20:44 +0600)]
Merge pull request #4818 from rspamd/vstakhov-fuzzy-keymap

Allow dynamic keypairs loading in fuzzy storage

7 months ago[Test] Working with bloody robot to add some new tests 4818/head
Vsevolod Stakhov [Sat, 17 Feb 2024 13:38:53 +0000 (13:38 +0000)]
[Test] Working with bloody robot to add some new tests

7 months ago[Minor] Improve logging
Vsevolod Stakhov [Sat, 17 Feb 2024 13:25:58 +0000 (13:25 +0000)]
[Minor] Improve logging

7 months ago[Fix] Fix initial maps load
Vsevolod Stakhov [Sat, 17 Feb 2024 13:19:26 +0000 (13:19 +0000)]
[Fix] Fix initial maps load

7 months ago[Test] Add tests for dynamic fuzzy keys
Vsevolod Stakhov [Sat, 17 Feb 2024 12:30:35 +0000 (12:30 +0000)]
[Test] Add tests for dynamic fuzzy keys

7 months agoMerge pull request #4806 from rspamd/vstakhov-kas-improvements
Vsevolod Stakhov [Fri, 16 Feb 2024 15:40:25 +0000 (21:40 +0600)]
Merge pull request #4806 from rspamd/vstakhov-kas-improvements

[Feature] Improve Kaspersky AS integration

7 months ago[Feature] Implement dynamic keys map in fuzzy storage
Vsevolod Stakhov [Fri, 16 Feb 2024 15:39:16 +0000 (15:39 +0000)]
[Feature] Implement dynamic keys map in fuzzy storage

8 months ago[Minor] Add refcounts on fuzzy keys for shared usage
Vsevolod Stakhov [Thu, 15 Feb 2024 15:21:33 +0000 (15:21 +0000)]
[Minor] Add refcounts on fuzzy keys for shared usage

8 months ago[Rework] Use khash instead of glib hashes for many reasons
Vsevolod Stakhov [Wed, 14 Feb 2024 16:24:46 +0000 (16:24 +0000)]
[Rework] Use khash instead of glib hashes for many reasons

8 months agoMerge pull request #4816 from rspamd/vstakhov-4808
Vsevolod Stakhov [Tue, 13 Feb 2024 15:27:16 +0000 (21:27 +0600)]
Merge pull request #4816 from rspamd/vstakhov-4808

[Fix] Encode headers in metadata exporter

8 months ago[Fix] Encode headers in metadata exporter 4816/head
Vsevolod Stakhov [Tue, 13 Feb 2024 15:15:26 +0000 (15:15 +0000)]
[Fix] Encode headers in metadata exporter

Issue: #4808

8 months ago[Fix] Make stat tokens allocation consistent
Vsevolod Stakhov [Tue, 13 Feb 2024 15:04:24 +0000 (15:04 +0000)]
[Fix] Make stat tokens allocation consistent

8 months agoMerge pull request #4814 from rspamd/vstakhov-redirector-fragment
Vsevolod Stakhov [Mon, 12 Feb 2024 18:34:07 +0000 (00:34 +0600)]
Merge pull request #4814 from rspamd/vstakhov-redirector-fragment

Fix issues with URL fragment in HTTP requests

8 months ago[Test] Add unit tests 4814/head
Vsevolod Stakhov [Mon, 12 Feb 2024 15:36:29 +0000 (15:36 +0000)]
[Test] Add unit tests

8 months ago[Fix] Try to fix url path issue
Vsevolod Stakhov [Mon, 12 Feb 2024 15:24:47 +0000 (15:24 +0000)]
[Fix] Try to fix url path issue

8 months ago[Minor] Slightly improve log message
Vsevolod Stakhov [Mon, 12 Feb 2024 15:07:30 +0000 (15:07 +0000)]
[Minor] Slightly improve log message

8 months ago[Feature] Lua_url: Add `to_http` method
Vsevolod Stakhov [Mon, 12 Feb 2024 14:59:52 +0000 (14:59 +0000)]
[Feature] Lua_url: Add `to_http` method

8 months agoMerge pull request #4813 from rspamd/vstakhov-json-syslog
Vsevolod Stakhov [Sat, 10 Feb 2024 15:59:06 +0000 (21:59 +0600)]
Merge pull request #4813 from rspamd/vstakhov-json-syslog

[Feature] Support JSON logging when in syslog mode

8 months ago[Minor] Add LOG_CONS flag to `openlog` 4813/head
Vsevolod Stakhov [Sat, 10 Feb 2024 15:46:16 +0000 (15:46 +0000)]
[Minor] Add LOG_CONS flag to `openlog`

8 months ago[Feature] Support JSON logging when in syslog mode
Vsevolod Stakhov [Fri, 9 Feb 2024 15:32:48 +0000 (15:32 +0000)]
[Feature] Support JSON logging when in syslog mode

8 months agoMerge pull request #4803 from fatalbanana/surbl_config
Vsevolod Stakhov [Thu, 8 Feb 2024 15:10:41 +0000 (21:10 +0600)]
Merge pull request #4803 from fatalbanana/surbl_config

[Minor] Add more returnbits to surbl configuration

8 months agoMerge pull request #4807 from fatalbanana/rspamd_task_docs
Vsevolod Stakhov [Fri, 2 Feb 2024 09:30:31 +0000 (15:30 +0600)]
Merge pull request #4807 from fatalbanana/rspamd_task_docs

[Minor] rspamd_task API docs: fix broken link

8 months ago[Minor] rspamd_task API docs: fix broken link 4807/head
Andrew Lewis [Thu, 1 Feb 2024 15:32:09 +0000 (17:32 +0200)]
[Minor] rspamd_task API docs: fix broken link

8 months ago[Minor] Support keepalive and authorization 4806/head
Vsevolod Stakhov [Thu, 1 Feb 2024 13:25:11 +0000 (13:25 +0000)]
[Minor] Support keepalive and authorization

8 months ago[Minor] Proper header name
Vsevolod Stakhov [Thu, 1 Feb 2024 13:21:21 +0000 (13:21 +0000)]
[Minor] Proper header name

8 months ago[Minor] KAS: add source ip information
Vsevolod Stakhov [Thu, 1 Feb 2024 13:20:36 +0000 (13:20 +0000)]
[Minor] KAS: add source ip information

8 months agoMerge pull request #4805 from rspamd/vstakhov-fix-rspamadm-mime-stat
Vsevolod Stakhov [Thu, 1 Feb 2024 12:32:31 +0000 (18:32 +0600)]
Merge pull request #4805 from rspamd/vstakhov-fix-rspamadm-mime-stat

[Fix] Resolve issue with bayes stat in `rspamadm` mode

8 months agoMerge pull request #4804 from fatalbanana/configwizard_confdir
Vsevolod Stakhov [Thu, 1 Feb 2024 11:55:12 +0000 (17:55 +0600)]
Merge pull request #4804 from fatalbanana/configwizard_confdir

[Minor] configwizard: really use LOCAL_CONFDIR

8 months ago[Fix] Resolve issue with bayes stat in `rspamadm` mode 4805/head
Vsevolod Stakhov [Thu, 1 Feb 2024 11:49:07 +0000 (11:49 +0000)]
[Fix] Resolve issue with bayes stat in `rspamadm` mode

8 months ago[Minor] configwizard: really use LOCAL_CONFDIR 4804/head
Andrew Lewis [Thu, 1 Feb 2024 10:19:39 +0000 (12:19 +0200)]
[Minor] configwizard: really use LOCAL_CONFDIR

8 months agoMerge pull request #4802 from rspamd/vstakhov-proxy-host-fixes
Vsevolod Stakhov [Wed, 31 Jan 2024 16:23:08 +0000 (22:23 +0600)]
Merge pull request #4802 from rspamd/vstakhov-proxy-host-fixes

Deal with `Connection` and `Host` headers on proxying

8 months ago[Minor] Add more returnbits to surbl configuration 4803/head
Andrew Lewis [Wed, 31 Jan 2024 15:07:57 +0000 (17:07 +0200)]
[Minor] Add more returnbits to surbl configuration

8 months ago[Fix] Deal with `Connection` and `Host` headers on proxying 4802/head
Vsevolod Stakhov [Mon, 29 Jan 2024 13:04:24 +0000 (13:04 +0000)]
[Fix] Deal with `Connection` and `Host` headers on proxying

8 months ago[Minor] Fix doc string
Vsevolod Stakhov [Mon, 29 Jan 2024 11:26:04 +0000 (11:26 +0000)]
[Minor] Fix doc string

8 months agoMerge pull request #4801 from rspamd/vstakhov-history-prefix-templates
Vsevolod Stakhov [Mon, 29 Jan 2024 11:04:47 +0000 (17:04 +0600)]
Merge pull request #4801 from rspamd/vstakhov-history-prefix-templates

[Feature] Allow to add templates to redis history prefix

8 months ago[Feature] Allow to add templates to redis history prefix 4801/head
Vsevolod Stakhov [Mon, 29 Jan 2024 10:31:57 +0000 (10:31 +0000)]
[Feature] Allow to add templates to redis history prefix

Issue: #4793
Closes: #4793
8 months agoMerge pull request #4798 from moisseev/passthrough
Vsevolod Stakhov [Sun, 28 Jan 2024 17:42:34 +0000 (23:42 +0600)]
Merge pull request #4798 from moisseev/passthrough

[WebUI] Show pass-through module in History

8 months agoMerge pull request #4796 from moisseev/webui
Vsevolod Stakhov [Sun, 28 Jan 2024 17:42:27 +0000 (23:42 +0600)]
Merge pull request #4796 from moisseev/webui

[Minor] Move server selection logic to common.js

8 months agoMerge pull request #4795 from moisseev/adjust
Vsevolod Stakhov [Sun, 28 Jan 2024 17:42:18 +0000 (23:42 +0600)]
Merge pull request #4795 from moisseev/adjust

[Rework] Breaking: Do not report module as action

8 months ago[WebUI] Show pass-through module in History 4798/head
moisseev [Sun, 28 Jan 2024 14:32:20 +0000 (17:32 +0300)]
[WebUI] Show pass-through module in History

8 months ago[Rework] Breaking: Do not report module as action 4795/head
Alexander Moisseev [Sun, 28 Jan 2024 08:25:10 +0000 (11:25 +0300)]
[Rework] Breaking: Do not report module as action

in the /history response since we have the `passthrough_module` key
for that purpose.

While that might be handy in some situations,
mixing actions and module names is confusing in general.

8 months agoMerge pull request #4794 from rspamd/vstakhov-multimap-addr-extraction
Vsevolod Stakhov [Sat, 27 Jan 2024 14:39:30 +0000 (20:39 +0600)]
Merge pull request #4794 from rspamd/vstakhov-multimap-addr-extraction

[Feature] Add extraction type for `from` maps

8 months ago[Minor] Allow the same logic for recipients 4794/head
Vsevolod Stakhov [Sat, 27 Jan 2024 09:21:00 +0000 (09:21 +0000)]
[Minor] Allow the same logic for recipients

8 months ago[Feature] Add extraction type for `from` maps
Vsevolod Stakhov [Sat, 27 Jan 2024 09:05:40 +0000 (09:05 +0000)]
[Feature] Add extraction type for `from` maps

Attribute name: `extract_from`. Possible values:

* `default` - try smtp, if not exists try mime
* `mime` - check mime only
* `smtp` - check smtp only
* `both` - try to match both

8 months ago[Minor] Update version
Vsevolod Stakhov [Thu, 25 Jan 2024 19:09:56 +0000 (19:09 +0000)]
[Minor] Update version