Argument | Description |
dkim |
Message-specific handle, returned by
dkim_verify. May not be NULL.
|
sig |
A pointer to a DKIM_SIGINFO handle about which
a report should be generated. May not be NULL.
|
hfd |
A pointer to an integer that will be updated to contain
a file descriptor referencing a file which contains the
canonicalized version of the message headers that failed to verify.
Can be NULL if this information is not needed by the caller.
|
bfd |
A pointer to an integer that will be updated to contain
a file descriptor referencing a file which contains the
canonicalized version of the message body that failed to verify.
Can be NULL if this information is not needed by the caller.
|
addrbuf |
A buffer into which the destination address of the report,
as extracted from the domain's key record, will be written.
Can be NULL if this information is not needed by the caller.
Note that this only contains the local-part of the address;
the domain should be extracted from the signature which failed.
|
addrlen |
Number of bytes available at addrbuf.
|
optsbuf |
A buffer into which a colon-separated list of report options
desired by the requesting domain will be written. This is copied
exactly as extracted from the domain's key record.
Can be NULL if this information is not needed by the caller.
|
optslen |
Number of bytes available at optsbuf.
|
smtpbuf |
A buffer into which the sender-requested SMTP error prefix
string, if any, will be written. This is copied exactly as extracted
from the domain's key record. Can be NULL if this information is
not needed by the caller.
|
smtplen |
Number of bytes available at smtpbuf.
|
interval |
Requested report interval. Can be NULL if this information is
not needed by the caller.
|