Vsevolod Stakhov
Vsevolod Stakhov
> and then how can we know if there was a real error in rspamc processing? What is a 'real error' then?
You clearly do something wrong and make wrong assumptions based on that. Rspamd clearly decodes base64 and I see no issues with it. Furthermore, I cannot reproduce your issue at...
Please read about shell `\` escaping first. Especially in double quotes.
Ok, it is not properly parsed by HTML parser in Rspamd. Tbh, I'm a bit tired of all those sorts of shit users push into their HTML.
And the only reason why it is not parsed is lack of newline or space in this content.
This issue is likely fixed in the master branch.
Agree, it should be fixed.
Well, the main issue here is that BIMI validation implies not only a DNS check (which is cheap) but also downloading some blob via HTTP(s). This can easily lead to...
Well, I'm working on a helper to do it as dealing with this task in Rspamd would be an overkill. It'll be ready shortly I hope.
The prototype is ready at https://github.com/vstakhov/bimi-helper However VMC root CAs are not in the chains of trust in the OS level, so this tooling usage is pretty tricky. There is...