Results 26 comments of Geert Hendrickx

Common practice? Messages with multiple From headers are not RFC 5322 compliant (the spec requires **exactly one** From header, see the table under section 3.6), so there should be no...

In particular, see https://www.rfc-editor.org/rfc/rfc6376.html#section-8.15 describing this situation. It also provides a best practice solution for senders/signers: they can "oversign" the From header, ie. sign the existing From header plus a...

Do you regularly run `compact` on your database? Specifically prior to a (planned) restart?

Our db is only 3,5 GB, but we run compact weekly from cron and it makes a significant difference in startup times (from minutes to almost instant). Even for unplanned...

Can you share the IPv6 patch?

Or just a `reset_meta` command so it will rediscover slave(s) status, equal to deleting meta/ directory?

That's the point, I don't want to simply discard stderr, or I will not see real errors either (like connection refused etc).

See https://github.com/ideawu/ssdb/issues/975#issuecomment-527408614, you can restore master B, then failover A->B, then fix master A, without downtime. But yes an online command to reset the sync state would be better.

> yes, we will make this change soon. Hi @Neilpang, Just for reference, Certbot 2.0 now issues ECC (P-256) certificates by default (for new certificates, renewal of existing RSA certificates...