Max Mazurov
Max Mazurov
``` ● klaes.service - PGP Key Server Loaded: loaded (/etc/systemd/system/klaes.service; disabled; vendor preset: enabled) Active: active (running) since Wed 2020-03-25 23:46:11 UTC; 9s ago Main PID: 29580 (klaes) Tasks: 7...
I am not actively working on go-assuan and unable to provide support since I am no longer familiar with GnuPG inner workings (was never really familiar, to be honest).
Protocol reverse-engineering is not fun, but a lot of GnuPG internals are not documented. Why force users to go into this cryptic legacy hell when you are already doing this?...
I wanted to set file capabilities using systemd-tmpfiles, however security.capability extended attribute is a bitset and can't be represented using the current tmpfiles.d syntax because it allows only characters, not...
Sender header field is oversigned even though it is not documented. To make maddy more compatible with the mailing list, it should be signed only if it is included and...
# Use case Forwarding messages to external systems with ratelimits. # Your idea for a solution Add limits to target.smtp - the code will be very similar to target.remote. As...
This is a major refactoring since maddy has a lot of state and resource handles to deal with. ## Design overview Current register - initialize pipeline is replaced with register...