wagoYYP

↗ HN profile [ 120 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Here's a milter in Rust that adds List-Unsubscribe headers. It creates a URL that has encoded email-from, rcpt-to and a HMAC SHA 256 verification hash using a shared secret key. Possibly it improves delivery of…

  2. an SMTP server which creates a 'DKIM-Signature' header for incoming emails, then relays the email to another SMTP server. includes handy dkim-gen-keys app