FUTATSUKI Yasuhito
FUTATSUKI Yasuhito
As you added a new command line option, it should be described in opendkim(8) :) > lhy is the develop branch so far ahead of master branch ? > There...
It would be great if you could add a description about new "-g" option to opendkim/opendkim.8.in? I'd like to see your commit for it, not mine :)
> see commit [3fc8cb7](https://github.com/trusteddomainproject/OpenDKIM/commit/3fc8cb7232e7bacc79b5031d72664c9d7c1c6f56) for -g in opendkim(8) man page. Thank you! Although I 'm not good at writing English, I've reviewed it.
Looks good. Thank you!
Perhaps there is not enough information to get help. What version of OpenDKIM in detail did you build (git tag, branch, commit hash)? What version of OpenSSL, LibreSSL, or GNUTLS...
I don't think it is good idea to use (modifying the meaning of) Authentication-Results: header for this purpose even if the feature is off by default, because it is not...
A small example of screen script which is described in opendkim-lua(3) can be implemented like: ``` fdomain = string.lower(odkim.get_fromdomain(ctx)) for idx = 0, odkim.get_sigcount(ctx) - 1 do sig = odkim.get_sighandle(ctx,...
I found almost same code I wrote above, but more robust, is already in OpenDKIM source tree as [opendkim/screen.lua.sample](https://github.com/trusteddomainproject/OpenDKIM/blob/develop/opendkim/screen.lua.sample). > I need to add extra code below to invoke the...
> As far as I can tell, this script doesn't allow subdomains Yes, so I wrote the condition differs what you want. To accomplish it you need to write a...
> Isn't this type of check also a common DMARC policy? Yes, and it is not a part of (current version of) DKIM specification. That is why I'm not positive...