You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-15 01:24:34 +02:00
Merge #2636
2636: Fix out of office replies r=mergify[bot] a=nextgens ## What type of PR? bug-fix ## What does this PR do? Fix sieve/out of office replies by adding SUBNET to rspamd's local_networks. Webmails are now on a different subnet. ### Related issue(s) ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
@ -1,3 +1 @@
|
||||
{% if RELAYNETS %}
|
||||
local_networks = [{{ RELAYNETS }}];
|
||||
{% endif %}
|
||||
local_networks = [{{ SUBNET }}{% if SUBNET6 %}, {{ SUBNET6 }}{% endif %}{% if RELAYNETS %}, {{ RELAYNETS }}{% endif %}];
|
||||
|
1
towncrier/newsfragments/2635.bugfix
Normal file
1
towncrier/newsfragments/2635.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix sieve/out of office replies by adding SUBNET to rspamd's local_networks
|
Reference in New Issue
Block a user