D Latch

Results 2 issues of D Latch

Fix for issue https://github.com/poolpOrg/filter-rspamd/issues/51 The idea is, basically: don't use a headers whitelist, only give a fixed order to: * ARC-Seal * ARC-Authentication-Results * ARC-Message-Signature In order to be RFC8617-compliant,...

rspamd has a module to insert custom headers : https://rspamd.com/doc/modules/milter_headers.html But this filter only support a few hardcoded headers. I think the problem is here : https://github.com/poolpOrg/filter-rspamd/blob/9e74486a3927cec3898568166bba7b125e17866e/filter-rspamd.go#L510-L525 Only the headers...