You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like rspamd's infrastructure for inserting headers in a specified order is very brittle, and it will be hard to fix properly.
So it looks like it we'll have to kip this manual ordering on our side for now.
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 :
filter-rspamd/filter-rspamd.go
Lines 510 to 525 in 9e74486
Only the headers in
hdrs
will be inserted by the filter.Here is an example of the headers that rspamd can return:
I can rewrite this, but I'd like to know what is the rationale for this code:
How does the order matter ?
Does this matter for other headers (such as those given above) ?
The text was updated successfully, but these errors were encountered: