Vsevolod Stakhov
Vsevolod Stakhov
I'd suggest to write ffi interface to libarchive or some other C ace library. That would perfectly fit into Rspamd but I have no time for that task.
I believe it is fixed in the master branch.
Well, now `discard` action is mainly related to the milter protocol which defines this action. Unfortunately (or fortunately) this action is not very well defined. So I'd say that using...
There is a difference between parsing and signature. If those folding spaces were added in transition, Rspamd will be able to read signature but it will apparently fail to do...
By the way, you can remove OpenDKIM completely if you switch to the recent Rspamd.
Rmilter also uses libopendkim. Rspamd does not uses it on the contrary. Hence, if you throw off Rmilter you won't need any traces of opendkim as well. Rspamadm tool from...
Is it an issue just for metadata logging or something else?
I think the proposed patch should fix the issue. I'm also thinking about the same replacement for `FWS` non-terminal in the grammar, but it could lead to some unpredictable consecuences...
Yes, that was very unfortunate as C standard reserves names starting from `_`. Apparently, that should be `L_` not `_L`.
BTW, thank you for maintaining Rspamd on OpenBSD! I have checked your local patches and I think some of them should be fixed in the upstream. I've started with `ffsll`...