OpenDKIM icon indicating copy to clipboard operation
OpenDKIM copied to clipboard

Results 154 OpenDKIM issues
Sort by recently updated
recently updated
newest added

When an email with `DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; …` arrives and opendkim is not compiled to support ed25519-sha256, in libopendkim/dkim.c:2106 sigalg is set to 2. dkim_libfeature(lib, DKIM_FEATURE_ED25519) on line 2134...

bug

The most recent beta release file is named: rel-opendkim-2-11-0-Beta0.tar.gz This is novel. Is it on purpose? I would have expected opendkim-2.11.0-Beta0.tar.gz. It would be nice to have a more normal...

If a header is wrapped immediately after the field name then it's (relaxed) canonicalized form will have a space between the field name and field value. e.g. ``` List-Unsubscribe: =?us-ascii?q?long_meaningless_value......

The attached patch allows the OpenDKIM-rel-opendkim-2-11-0-Beta2.tar.gz release to build against LibreSSL 2.8.2 (portable) on CentOS 7. What I suspect is there is a better way, to check for `OPENSSL_thread_stop()` support...

need-logs

On, ``` lsb_release -rd Description: openSUSE Leap 15.0 Release: 15.0 uname -rm 4.18.12-lp150.3.ga880bd8-default x86_64 ``` I've built & run, ``` /usr/local/opendkim/sbin/opendkim -V opendkim: OpenDKIM Filter v2.11.0 Compiled with OpenSSL 1.1.1...

[gnutls-verify-ed25519-sha256-signatures.patch.txt](https://github.com/trusteddomainproject/OpenDKIM/files/2648245/gnutls-verify-ed25519-sha256-signatures.patch.txt)

It is a common practice to append an additional "From:" header to change the sending domain from a mailer application (such as linux mail command using the -a option) This...

needs-discussion

DKIM verification fails if the answer packet contains DNAME RRs. Example: ;; ANSWER SECTION: rub.de. 1103 IN DNAME ruhr-uni-bochum.de. rub.de. 1103 IN RRSIG DNAME 13 2 3600 ... mail-2017._domainkey.rub.de. 0...

The Lua final policy script functions odkim.add_rcpt, odkim.del_rcpt, odkim.del_header and odkim.quarantine need specific Milter capability flags to be set, respectivley SMFIF_ADDRCPT, SMFIF_DELRCPT, SMFIF_CHGHDRS and SMFIF_QUARANTINE. However these flags are set...