Gilles Chehade
Gilles Chehade
the pull request from @shaohme was merged today, thanks and sorry for the delay.
The issue has been addressed for a while now, this ticket is no longer relevant, closing.
I had not seen your issue. I didn't run into this because I always setup a local resolver acting as a local cache but indeed I should swap net.LookupIP() with...
I don't think there's anything I can do in the filter itself: - either use HTTP mode - or permissions on the filesystem must be correct to access the socket...
Message rewrite is not supported but that's mostly because I didn't know about the feature and didn't need it, not because of an opposition to bring it in filter-rspamd. I...
It turns out the `VFS` data structure is too expensive. I'm currently testing a custom `trie`
I have solved the issue in a PoC: Long story short, regardless of the data size of a snapshot, the VFS space requirement grows with the number of files and...
An implementation of VFS & Index disk offloading has been written and committed in branches new-vfs and new-index. They are functional and are being tested a bit more seriously before...
merged
hello, sorry for the delay in my answer. > Is ed25519 in use somewhere with sha256? I see that ed25519 was added to the spec, but with no hash function...