OpenDKIM
                                
                                
                                
                                    OpenDKIM copied to clipboard
                            
                            
                            
                        `Authentication-Results` headers are deleted by iterating over them in forward direction. But because each deletion shifts headers that come after it, this procedure deletes the wrong headers after the first...
I have a unique scenario where I have to rely on TCP DNS over UDP (fragmented UDP is blocked by our server provider at the firewall). Running on opensuse 15.3...
Some emails show above error and when accompanied by a DMARC reject policy the email is subsequently rejected. The email in this case was from american airlines customer relations -...
Changed the output format of genkey, this could make life easier for people that change their DNS records manually. Now it should be possible to copy/paste the pubkey information right...
instead of the ambiguous "not exactly one From field". Same for Date field.
Version opendkim 2.11 libmilter version 1.0.1 Mode "s" Email with > 3600 Adresses in "From:" and "Cc:" (all the same btw..) leads to a logged opendkim-error "Too much header data"....
Not that it matters since this appears to be completely dead, but OpenDKIM cannot be built with anything greater than lua 5.2.
At present contrib/systemd/opendkim.service.in uses a `network.target` dependency this should be `network-online.target` to ensure the network is fully up and all IPs bound.
The `__P()` macro used in e.g. https://github.com/trusteddomainproject/OpenDKIM/blob/5c539587561785a66c1f67f720f2fb741f320785/librbl/rbl.h#L62 existed only to support ancient compilers. The macro is a no-op in modern glibc, ```C /* These two macros are not used in...
OpenDKIM crashes with SIGABRT(6), if I use SMTPUTF8 and use a UTF8 domain. If I use the punycode translation of the domain, opendkim does not crash.