{
    "content": [
        {
            "type": "text",
            "text": "# WHOM (info)\n\n## NAME\n\nwhom - show to whom an nmh message would be sent\n\n## SYNOPSIS\n\nwhom [-help] [-version] [-alias aliasfile] [-check | -nocheck] [-draft-\nfolder +folder] [-draftmessage msg] [-nodraftfolder] [-mts smtp |\nsendmail/smtp | sendmail/pipe] [-server servername] [-port port-\nname/number] [-sasl] [-saslmech mechanism] [-snoop] [-user user-\nname] [-tls] [-initialtls] [-notls] [file] [-draft]\n\n## DESCRIPTION\n\nwhom is used to expand the headers of a message into a set of addresses\nand optionally verify that those addresses are deliverable at that time\n(if -check is given).\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **FILES**\n- **PROFILE COMPONENTS**\n- **SEE ALSO**\n- **DEFAULTS**\n- **CONTEXT**\n- **BUGS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "WHOM",
        "section": "",
        "mode": "info",
        "summary": "whom - show to whom an nmh message would be sent",
        "synopsis": "whom [-help] [-version] [-alias aliasfile] [-check | -nocheck] [-draft-\nfolder +folder] [-draftmessage msg] [-nodraftfolder] [-mts smtp |\nsendmail/smtp | sendmail/pipe] [-server servername] [-port port-\nname/number] [-sasl] [-saslmech mechanism] [-snoop] [-user user-\nname] [-tls] [-initialtls] [-notls] [file] [-draft]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "mh-alias",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/mh-alias/5/json"
            },
            {
                "name": "mh-profile",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/mh-profile/5/json"
            },
            {
                "name": "post",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/post/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 46,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "PROFILE COMPONENTS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DEFAULTS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "CONTEXT",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "whom - show to whom an nmh message would be sent\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "whom [-help] [-version] [-alias aliasfile] [-check | -nocheck] [-draft-\nfolder +folder] [-draftmessage msg] [-nodraftfolder] [-mts smtp |\nsendmail/smtp | sendmail/pipe] [-server servername] [-port port-\nname/number] [-sasl] [-saslmech mechanism] [-snoop] [-user user-\nname] [-tls] [-initialtls] [-notls] [file] [-draft]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "whom is used to expand the headers of a message into a set of addresses\nand optionally verify that those addresses are deliverable at that time\n(if -check is given).\n\nThe  -draftfolder +folder and -draftmessage msg switches invoke the nmh\ndraft folder facility.  This is an advanced (and  highly  useful)  fea-\nture.  Consult the mh-draft(5) man page for more information.\n\nThe  mail transport system default is provided in /etc/nmh/mts.conf but\ncan be overridden here with the -mts switch.\n\nIf nmh is using the SMTP MTA, the -server and the -port switches can be\nused   to   override   the   default   mail   server  (defined  by  the\n/etc/nmh/mts.conf servers entry).  The -snoop switch  can  be  used  to\nview  the SMTP transaction.  (Beware that the SMTP transaction may con-\ntain authentication information either in plaintext or  easily  decoded\nbase64.)\n\nIf  nmh  has been compiled with SASL support, the -sasl switch will en-\nable the use of SASL authentication with the SMTP  MTA.   Depending  on\nthe SASL mechanism used, this may require an additional password prompt\nfrom the user (but the netrc file can be used to store  this  password,\nas  described in the mh-profile(5) man page).  The -saslmech switch can\nbe used to select a particular SASL mechanism, and the -user switch can\nbe  used to select a authorization userid to provide to SASL other than\nthe default.  The credentials profile entry in  the  mh-profile(5)  man\npage describes the ways to supply a username and password.\n\nIf  SASL  authentication is successful, nmh will attempt to negotiate a\nsecurity layer for session encryption.  Encrypted data is labelled with\n`(encrypted)'  and `(decrypted)' when viewing the SMTP transaction with\nthe -snoop switch; see the post man page description of -snoop for  its\nother features.\n\nIf  nmh  has been compiled with TLS support, the -tls, -initialtls, and\n-notls switches will require and disable the negotiation of TLS support\nwhen  connecting  to  the  SMTP  MTA.   Encrypted data is labelled with\n`(tls-encrypted)' and `(tls-decrypted)' when viewing the SMTP  transac-\ntion  with  the  -snoop  switch;  see  the post man page description of\n-snoop and the TLS flags for more details.\n\nThe files specified by the profile entry  \"Aliasfile:\"  and  any  addi-\ntional  alias  files  given by the -alias aliasfile switch will be read\n(more than one file, each preceded  by  -alias,  can  be  named).   See\nmh-alias(5) for more information.\n",
                "subsections": []
            },
            "FILES": {
                "content": "$HOME/.mhprofile          The user profile\n",
                "subsections": []
            },
            "PROFILE COMPONENTS": {
                "content": "Path:                To determine the user's nmh directory\nDraft-Folder:        To find the default draft-folder\nAliasfile:           For a default alias file\npostproc:            Program to post the message\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "mh-alias(5), mh-profile(5), post(8)\n",
                "subsections": []
            },
            "DEFAULTS": {
                "content": "`file' defaults to <mh-dir>/draft\n`-nocheck'\n`-alias' defaults to  /etc/nmh/MailAliases\n",
                "subsections": []
            },
            "CONTEXT": {
                "content": "None\n",
                "subsections": []
            },
            "BUGS": {
                "content": "With  the  -check  option,  whom makes no guarantees that the addresses\nlisted as being ok are really deliverable,  rather,  an  address  being\nlisted  as  ok means that at the time that whom was run the address was\nthought to be deliverable by the  transport  service.   For  local  ad-\ndresses,  this  is  absolute;  for network addresses, it means that the\nhost is known; for uucp addresses, it (often) means that the UUCP  net-\nwork is available for use.\n\nnmh-1.7.1                         2016-09-23                         WHOM(1mh)",
                "subsections": []
            }
        }
    }
}