mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
Rspamd: replace reject_unknown_client_hostname
with Rspamd HFILTER_HOSTNAME_UNKNOWN
and make it configurable (#3248)
This commit is contained in:
parent
806d3efef9
commit
9a284150b2
9 changed files with 96 additions and 7 deletions
|
@ -363,6 +363,21 @@ When enabled,
|
|||
- **0** => Disabled
|
||||
- 1 => Enabled
|
||||
|
||||
##### RSPAMD_HFILTER
|
||||
|
||||
Can be used to enable or disable the [Hfilter group module][rspamd-docs-hfilter-group-module]. This is used by DMS to adjust the `HFILTER_HOSTNAME_UNKNOWN` symbol, increasing it's default weight to act similar to Postfix's `reject_unknown_client_hostname`, without the need to outright reject a message.
|
||||
|
||||
- 0 => Disabled
|
||||
- **1** => Enabled
|
||||
|
||||
[rspamd-docs-hfilter-group-module]: https://www.rspamd.com/doc/modules/hfilter.html
|
||||
|
||||
##### RSPAMD_HFILTER_HOSTNAME_UNKNOWN_SCORE
|
||||
|
||||
Can be used to control the score when the [`HFILTER_HOSTNAME_UNKNOWN` symbol](#rspamd_hfilter) applies. A higher score is more punishing. Setting it to 15 (the default score for rejecting an e-mail) is equivalent to rejecting the email when the check fails.
|
||||
|
||||
Default: 6 (which corresponds to the `add_header` action)
|
||||
|
||||
#### Reports
|
||||
|
||||
##### PFLOGSUMM_TRIGGER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue