37.3 Interpreting the OutputSome debugging output references C language structures that are internal to sendmail . For those it will help if you have access to sendmail source. One subroutine, called printaddr (), is used to dump complete details about all the recipients for a given mail message. This subroutine is used by many categories of debugging output, but rather than describe it repeatedly, we describe it once here and reference this description as needed. 37.3.1 The Output Produced by printaddr()The sendmail program's internal printaddr () subroutine prints details about addresses. The sendmail program views an address as more than just an expression like wc@bcx.com. Internally, it represents every address with a C language structure. The printaddr () routine prints the values stored in most of the items of that structure. Its output looks like this:
First,
sendmail
prints the address in memory,
|
|