On Fri, 21 Apr 2023 15:46:17 -0400 Ralph Hayon via MIMEDefang <[email protected]> wrote:
> When I try calling md_dkim_verify() inside of filter_sender() in > mimedefang-filter , it fails. > It also fails when I try callig md_dkim_verify() from > filter_recipient(), with the same results. You can't do DKIM tests until you have a message body. So the earliest you can do that is filter_begin() Regards, Dianne. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. MIMEDefang mailing list [email protected] https://lists.mimedefang.org/mailman/listinfo/mimedefang_lists.mimedefang.org
