- Description:
- DKIM signer integration to the OpenSMTPD daemon
- Owner:
- Martijn van Duren <martijn@openbsd.org>
- Last Change:
- Clone URL:
ssh://anonymous@src.imperialat.at/filter-dkimsign
Commit Briefs
s/\<header\>/line/g for dkim_signature_printheader.
This makes the nomanclature more in line with reality
make dkim_signature_printheader always do the alloc/free dance.
This simplifies the code quite a bit
Strip CFWS when returning domain names from osmtpd_mheader_from_domain
Pointed out by Paul Pace
Implement -D file as an easy way to manage multiple domains.
Requested by Mischa Peters and Renaud Allard