mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 02:27:47 +00:00
Merge #1785
1785: Fix bug #1660 (don't replace nested headers) r=mergify[bot] a=nextgens ## What type of PR? bug-fix ## What does this PR do? Don't replace nested headers (typically in forwarded/attached emails). This will ensure we don't break cryptographic signatures. ### Related issue(s) - close #1660 ## Prerequistes 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. - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
@@ -12,6 +12,7 @@ smtp inet n - n - - smtpd
|
|||||||
-o cleanup_service_name=outclean
|
-o cleanup_service_name=outclean
|
||||||
outclean unix n - n - 0 cleanup
|
outclean unix n - n - 0 cleanup
|
||||||
-o header_checks=pcre:/etc/postfix/outclean_header_filter.cf
|
-o header_checks=pcre:/etc/postfix/outclean_header_filter.cf
|
||||||
|
-o nested_header_checks=
|
||||||
|
|
||||||
# Internal postfix services
|
# Internal postfix services
|
||||||
pickup unix n - n 60 1 pickup
|
pickup unix n - n 60 1 pickup
|
||||||
|
|||||||
1
towncrier/newsfragments/1660.bugfix
Normal file
1
towncrier/newsfragments/1660.bugfix
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Don't replace nested headers (typically in attached emails)
|
||||||
Reference in New Issue
Block a user