foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
4.81k stars 238 forks source link

(maybe) Fixes a typo in the `rspamd` docs #682

Open reind33r opened 5 months ago

reind33r commented 5 months ago

Currently, to add rspamd, the docs suggest to

add rspamd check with default configuration into appropriate check block (probably in local_routing):


checks {
   ...
   rspamd
}```

Adding this block in local_routing results in a failure to start, because in this context only check is valid.

(I see that checks exist at top-level, but if we mention local_routing and appropriate check block, it makes more sense to me that the code block is also check)

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 52.65%. Comparing base (798c411) to head (bb2c0c9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #682 +/- ## ========================================== - Coverage 52.68% 52.65% -0.03% ========================================== Files 129 129 Lines 13369 13369 ========================================== - Hits 7043 7039 -4 - Misses 5660 5663 +3 - Partials 666 667 +1 ``` | [Flag](https://app.codecov.io/gh/foxcpp/maddy/pull/682/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Max+Mazurov) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/foxcpp/maddy/pull/682/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Max+Mazurov) | `34.36% <ø> (+0.09%)` | :arrow_up: | | [unit](https://app.codecov.io/gh/foxcpp/maddy/pull/682/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Max+Mazurov) | `52.16% <ø> (-0.05%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Max+Mazurov#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.