Can I Retrieve Email Addresses from BCC?Spoofing email From addressHow do I safely inspect a suspicious email attachment?Hotmail securityEmail Spoofing by SMTP Message-ID?Is thread's auto-login from email implementation secure/good user experience?PayPal “Confirm your email address” spam emails? I got 3 different mails within 10 hoursWebsite customer e-mail collection form getting spammed, why and what to doMail address spoofing : how to protect myselfEmail got hijacked or hacked, where to start?Can a custom return path make SPF redundant

Query about absorption line spectra

How can "mimic phobia" be cured or prevented?

Will adding a BY-SA image to a blog post make the entire post BY-SA?

Varistor? Purpose and principle

What is the gram­mat­i­cal term for “‑ed” words like these?

Journal losing indexing services

Why is Arduino resetting while driving motors?

Could the E-bike drivetrain wear down till needing replacement after 400 km?

Did US corporations pay demonstrators in the German demonstrations against article 13?

Confusion on Parallelogram

Translation of Scottish 16th century church stained glass

Global amount of publications over time

On a tidally locked planet, would time be quantized?

Can somebody explain Brexit in a few child-proof sentences?

In Star Trek IV, why did the Bounty go back to a time when whales are already rare?

How will losing mobility of one hand affect my career as a programmer?

Why does Async/Await work properly when the loop is inside the async function and not the other way around?

What does this horizontal bar at the first measure mean?

What is this type of notehead called?

How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?

Drawing a topological "handle" with Tikz

Proving a function is onto where f(x)=|x|.

How to align and center standalone amsmath equations?

Freedom of speech and where it applies



Can I Retrieve Email Addresses from BCC?


Spoofing email From addressHow do I safely inspect a suspicious email attachment?Hotmail securityEmail Spoofing by SMTP Message-ID?Is thread's auto-login from email implementation secure/good user experience?PayPal “Confirm your email address” spam emails? I got 3 different mails within 10 hoursWebsite customer e-mail collection form getting spammed, why and what to doMail address spoofing : how to protect myselfEmail got hijacked or hacked, where to start?Can a custom return path make SPF redundant













1















Can anyone tell me how to unmask the e-mail addresses in a bcc field when I am just a recipient? Need very simple, step-by-step instructions for someone who doesn't code. I have received a group e-mail and would really like to see the others who got it. Thank you!










share|improve this question







New contributor




Jenny B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    1















    Can anyone tell me how to unmask the e-mail addresses in a bcc field when I am just a recipient? Need very simple, step-by-step instructions for someone who doesn't code. I have received a group e-mail and would really like to see the others who got it. Thank you!










    share|improve this question







    New contributor




    Jenny B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      1












      1








      1








      Can anyone tell me how to unmask the e-mail addresses in a bcc field when I am just a recipient? Need very simple, step-by-step instructions for someone who doesn't code. I have received a group e-mail and would really like to see the others who got it. Thank you!










      share|improve this question







      New contributor




      Jenny B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Can anyone tell me how to unmask the e-mail addresses in a bcc field when I am just a recipient? Need very simple, step-by-step instructions for someone who doesn't code. I have received a group e-mail and would really like to see the others who got it. Thank you!







      email






      share|improve this question







      New contributor




      Jenny B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Jenny B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Jenny B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 5 hours ago









      Jenny BJenny B

      61




      61




      New contributor




      Jenny B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Jenny B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Jenny B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          2 Answers
          2






          active

          oldest

          votes


















          3














          You can't. You simply won't have any information about the Bcc header when you receive the mail, so you there's nothing to "unmask".



          The way Bcc is designed is specified in RFC 2822, under section 3.6.3. To quote the specification:




          The "Bcc:" field (where the "Bcc" means "Blind Carbon Copy") contains
          addresses of recipients of the message whose addresses are not to be
          revealed to other recipients of the message. There are three ways in
          which the "Bcc:" field is used. In the first case, when a message
          containing a "Bcc:" field is prepared to be sent, the "Bcc:" line is
          removed even though all of the recipients (including those specified
          in the "Bcc:" field) are sent a copy of the message. In the second
          case, recipients specified in the "To:" and "Cc:" lines each are sent
          a copy of the message with the "Bcc:" line removed as above, but the
          recipients on the "Bcc:" line get a separate copy of the message
          containing a "Bcc:" line. (When there are multiple recipient
          addresses in the "Bcc:" field, some implementations actually send a
          separate copy of the message to each recipient with a "Bcc:"
          containing only the address of that particular recipient.) Finally,
          since a "Bcc:" field may contain no addresses, a "Bcc:" field can be
          sent without any addresses indicating to the recipients that blind
          copies were sent to someone. Which method to use with "Bcc:" fields
          is implementation dependent, but refer to the "Security
          Considerations" section of this document for a discussion of each.



          When a message is a reply to another message, the mailboxes of the
          authors of the original message (the mailboxes in the "From:" field)
          or mailboxes specified in the "Reply-To:" field (if it exists) MAY
          appear in the "To:" field of the reply since these would normally be
          the primary recipients of the reply. If a reply is sent to a message
          that has destination fields, it is often desirable to send a copy of
          the reply to all of the recipients of the message, in addition to the
          author. When such a reply is formed, addresses in the "To:" and "Cc:"
          fields of the original message MAY appear in the "Cc:" field of the
          reply, since these are normally secondary recipients of the reply. If
          a "Bcc:" field is present in the original message, addresses in that
          field MAY appear in the "Bcc:" field of the reply, but SHOULD NOT
          appear in the "To:" or "Cc:" fields.



          Note: Some mail applications have automatic reply commands that
          include the destination addresses of the original message in the
          destination addresses of the reply. How those reply commands behave
          is implementation dependent and is beyond the scope of this document.
          In particular, whether or not to include the original destination
          addresses when the original message had a "Reply-To:" field is not
          addressed here.




          In practice the case where To and Cc recipients receive no Bcc line, but each Bcc'ed address receives a Bcc line containing only their email address, is most common. This provides no indication of a Bcc to the To and Cc recipients, and indicates to the Bcc'ed recipients that they were sent the email via the use of Bcc without revealing other Bcc recipients.






          share|improve this answer


















          • 1





            each Bcc'ed address receives a Bcc line containing only their email address, is most common. Is it? That would require sending the message multiple times instead of a single message with multiple RCPT TO: commands. What MUA would do that?

            – Esa Jokinen
            1 hour ago



















          0














          Typically not possible if you don't have control over the sender SMTP server since this field is not transmitted to the recipient SMTP server.



          When sending a mail, the sender SMTP server checks the BCC field and creates a copy for each recipient listed, removing the list of other recipients.
          That is the whole point of BCC functionality.






          share|improve this answer






















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "162"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            Jenny B is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsecurity.stackexchange.com%2fquestions%2f206003%2fcan-i-retrieve-email-addresses-from-bcc%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            You can't. You simply won't have any information about the Bcc header when you receive the mail, so you there's nothing to "unmask".



            The way Bcc is designed is specified in RFC 2822, under section 3.6.3. To quote the specification:




            The "Bcc:" field (where the "Bcc" means "Blind Carbon Copy") contains
            addresses of recipients of the message whose addresses are not to be
            revealed to other recipients of the message. There are three ways in
            which the "Bcc:" field is used. In the first case, when a message
            containing a "Bcc:" field is prepared to be sent, the "Bcc:" line is
            removed even though all of the recipients (including those specified
            in the "Bcc:" field) are sent a copy of the message. In the second
            case, recipients specified in the "To:" and "Cc:" lines each are sent
            a copy of the message with the "Bcc:" line removed as above, but the
            recipients on the "Bcc:" line get a separate copy of the message
            containing a "Bcc:" line. (When there are multiple recipient
            addresses in the "Bcc:" field, some implementations actually send a
            separate copy of the message to each recipient with a "Bcc:"
            containing only the address of that particular recipient.) Finally,
            since a "Bcc:" field may contain no addresses, a "Bcc:" field can be
            sent without any addresses indicating to the recipients that blind
            copies were sent to someone. Which method to use with "Bcc:" fields
            is implementation dependent, but refer to the "Security
            Considerations" section of this document for a discussion of each.



            When a message is a reply to another message, the mailboxes of the
            authors of the original message (the mailboxes in the "From:" field)
            or mailboxes specified in the "Reply-To:" field (if it exists) MAY
            appear in the "To:" field of the reply since these would normally be
            the primary recipients of the reply. If a reply is sent to a message
            that has destination fields, it is often desirable to send a copy of
            the reply to all of the recipients of the message, in addition to the
            author. When such a reply is formed, addresses in the "To:" and "Cc:"
            fields of the original message MAY appear in the "Cc:" field of the
            reply, since these are normally secondary recipients of the reply. If
            a "Bcc:" field is present in the original message, addresses in that
            field MAY appear in the "Bcc:" field of the reply, but SHOULD NOT
            appear in the "To:" or "Cc:" fields.



            Note: Some mail applications have automatic reply commands that
            include the destination addresses of the original message in the
            destination addresses of the reply. How those reply commands behave
            is implementation dependent and is beyond the scope of this document.
            In particular, whether or not to include the original destination
            addresses when the original message had a "Reply-To:" field is not
            addressed here.




            In practice the case where To and Cc recipients receive no Bcc line, but each Bcc'ed address receives a Bcc line containing only their email address, is most common. This provides no indication of a Bcc to the To and Cc recipients, and indicates to the Bcc'ed recipients that they were sent the email via the use of Bcc without revealing other Bcc recipients.






            share|improve this answer


















            • 1





              each Bcc'ed address receives a Bcc line containing only their email address, is most common. Is it? That would require sending the message multiple times instead of a single message with multiple RCPT TO: commands. What MUA would do that?

              – Esa Jokinen
              1 hour ago
















            3














            You can't. You simply won't have any information about the Bcc header when you receive the mail, so you there's nothing to "unmask".



            The way Bcc is designed is specified in RFC 2822, under section 3.6.3. To quote the specification:




            The "Bcc:" field (where the "Bcc" means "Blind Carbon Copy") contains
            addresses of recipients of the message whose addresses are not to be
            revealed to other recipients of the message. There are three ways in
            which the "Bcc:" field is used. In the first case, when a message
            containing a "Bcc:" field is prepared to be sent, the "Bcc:" line is
            removed even though all of the recipients (including those specified
            in the "Bcc:" field) are sent a copy of the message. In the second
            case, recipients specified in the "To:" and "Cc:" lines each are sent
            a copy of the message with the "Bcc:" line removed as above, but the
            recipients on the "Bcc:" line get a separate copy of the message
            containing a "Bcc:" line. (When there are multiple recipient
            addresses in the "Bcc:" field, some implementations actually send a
            separate copy of the message to each recipient with a "Bcc:"
            containing only the address of that particular recipient.) Finally,
            since a "Bcc:" field may contain no addresses, a "Bcc:" field can be
            sent without any addresses indicating to the recipients that blind
            copies were sent to someone. Which method to use with "Bcc:" fields
            is implementation dependent, but refer to the "Security
            Considerations" section of this document for a discussion of each.



            When a message is a reply to another message, the mailboxes of the
            authors of the original message (the mailboxes in the "From:" field)
            or mailboxes specified in the "Reply-To:" field (if it exists) MAY
            appear in the "To:" field of the reply since these would normally be
            the primary recipients of the reply. If a reply is sent to a message
            that has destination fields, it is often desirable to send a copy of
            the reply to all of the recipients of the message, in addition to the
            author. When such a reply is formed, addresses in the "To:" and "Cc:"
            fields of the original message MAY appear in the "Cc:" field of the
            reply, since these are normally secondary recipients of the reply. If
            a "Bcc:" field is present in the original message, addresses in that
            field MAY appear in the "Bcc:" field of the reply, but SHOULD NOT
            appear in the "To:" or "Cc:" fields.



            Note: Some mail applications have automatic reply commands that
            include the destination addresses of the original message in the
            destination addresses of the reply. How those reply commands behave
            is implementation dependent and is beyond the scope of this document.
            In particular, whether or not to include the original destination
            addresses when the original message had a "Reply-To:" field is not
            addressed here.




            In practice the case where To and Cc recipients receive no Bcc line, but each Bcc'ed address receives a Bcc line containing only their email address, is most common. This provides no indication of a Bcc to the To and Cc recipients, and indicates to the Bcc'ed recipients that they were sent the email via the use of Bcc without revealing other Bcc recipients.






            share|improve this answer


















            • 1





              each Bcc'ed address receives a Bcc line containing only their email address, is most common. Is it? That would require sending the message multiple times instead of a single message with multiple RCPT TO: commands. What MUA would do that?

              – Esa Jokinen
              1 hour ago














            3












            3








            3







            You can't. You simply won't have any information about the Bcc header when you receive the mail, so you there's nothing to "unmask".



            The way Bcc is designed is specified in RFC 2822, under section 3.6.3. To quote the specification:




            The "Bcc:" field (where the "Bcc" means "Blind Carbon Copy") contains
            addresses of recipients of the message whose addresses are not to be
            revealed to other recipients of the message. There are three ways in
            which the "Bcc:" field is used. In the first case, when a message
            containing a "Bcc:" field is prepared to be sent, the "Bcc:" line is
            removed even though all of the recipients (including those specified
            in the "Bcc:" field) are sent a copy of the message. In the second
            case, recipients specified in the "To:" and "Cc:" lines each are sent
            a copy of the message with the "Bcc:" line removed as above, but the
            recipients on the "Bcc:" line get a separate copy of the message
            containing a "Bcc:" line. (When there are multiple recipient
            addresses in the "Bcc:" field, some implementations actually send a
            separate copy of the message to each recipient with a "Bcc:"
            containing only the address of that particular recipient.) Finally,
            since a "Bcc:" field may contain no addresses, a "Bcc:" field can be
            sent without any addresses indicating to the recipients that blind
            copies were sent to someone. Which method to use with "Bcc:" fields
            is implementation dependent, but refer to the "Security
            Considerations" section of this document for a discussion of each.



            When a message is a reply to another message, the mailboxes of the
            authors of the original message (the mailboxes in the "From:" field)
            or mailboxes specified in the "Reply-To:" field (if it exists) MAY
            appear in the "To:" field of the reply since these would normally be
            the primary recipients of the reply. If a reply is sent to a message
            that has destination fields, it is often desirable to send a copy of
            the reply to all of the recipients of the message, in addition to the
            author. When such a reply is formed, addresses in the "To:" and "Cc:"
            fields of the original message MAY appear in the "Cc:" field of the
            reply, since these are normally secondary recipients of the reply. If
            a "Bcc:" field is present in the original message, addresses in that
            field MAY appear in the "Bcc:" field of the reply, but SHOULD NOT
            appear in the "To:" or "Cc:" fields.



            Note: Some mail applications have automatic reply commands that
            include the destination addresses of the original message in the
            destination addresses of the reply. How those reply commands behave
            is implementation dependent and is beyond the scope of this document.
            In particular, whether or not to include the original destination
            addresses when the original message had a "Reply-To:" field is not
            addressed here.




            In practice the case where To and Cc recipients receive no Bcc line, but each Bcc'ed address receives a Bcc line containing only their email address, is most common. This provides no indication of a Bcc to the To and Cc recipients, and indicates to the Bcc'ed recipients that they were sent the email via the use of Bcc without revealing other Bcc recipients.






            share|improve this answer













            You can't. You simply won't have any information about the Bcc header when you receive the mail, so you there's nothing to "unmask".



            The way Bcc is designed is specified in RFC 2822, under section 3.6.3. To quote the specification:




            The "Bcc:" field (where the "Bcc" means "Blind Carbon Copy") contains
            addresses of recipients of the message whose addresses are not to be
            revealed to other recipients of the message. There are three ways in
            which the "Bcc:" field is used. In the first case, when a message
            containing a "Bcc:" field is prepared to be sent, the "Bcc:" line is
            removed even though all of the recipients (including those specified
            in the "Bcc:" field) are sent a copy of the message. In the second
            case, recipients specified in the "To:" and "Cc:" lines each are sent
            a copy of the message with the "Bcc:" line removed as above, but the
            recipients on the "Bcc:" line get a separate copy of the message
            containing a "Bcc:" line. (When there are multiple recipient
            addresses in the "Bcc:" field, some implementations actually send a
            separate copy of the message to each recipient with a "Bcc:"
            containing only the address of that particular recipient.) Finally,
            since a "Bcc:" field may contain no addresses, a "Bcc:" field can be
            sent without any addresses indicating to the recipients that blind
            copies were sent to someone. Which method to use with "Bcc:" fields
            is implementation dependent, but refer to the "Security
            Considerations" section of this document for a discussion of each.



            When a message is a reply to another message, the mailboxes of the
            authors of the original message (the mailboxes in the "From:" field)
            or mailboxes specified in the "Reply-To:" field (if it exists) MAY
            appear in the "To:" field of the reply since these would normally be
            the primary recipients of the reply. If a reply is sent to a message
            that has destination fields, it is often desirable to send a copy of
            the reply to all of the recipients of the message, in addition to the
            author. When such a reply is formed, addresses in the "To:" and "Cc:"
            fields of the original message MAY appear in the "Cc:" field of the
            reply, since these are normally secondary recipients of the reply. If
            a "Bcc:" field is present in the original message, addresses in that
            field MAY appear in the "Bcc:" field of the reply, but SHOULD NOT
            appear in the "To:" or "Cc:" fields.



            Note: Some mail applications have automatic reply commands that
            include the destination addresses of the original message in the
            destination addresses of the reply. How those reply commands behave
            is implementation dependent and is beyond the scope of this document.
            In particular, whether or not to include the original destination
            addresses when the original message had a "Reply-To:" field is not
            addressed here.




            In practice the case where To and Cc recipients receive no Bcc line, but each Bcc'ed address receives a Bcc line containing only their email address, is most common. This provides no indication of a Bcc to the To and Cc recipients, and indicates to the Bcc'ed recipients that they were sent the email via the use of Bcc without revealing other Bcc recipients.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 4 hours ago









            PolynomialPolynomial

            101k31246339




            101k31246339







            • 1





              each Bcc'ed address receives a Bcc line containing only their email address, is most common. Is it? That would require sending the message multiple times instead of a single message with multiple RCPT TO: commands. What MUA would do that?

              – Esa Jokinen
              1 hour ago













            • 1





              each Bcc'ed address receives a Bcc line containing only their email address, is most common. Is it? That would require sending the message multiple times instead of a single message with multiple RCPT TO: commands. What MUA would do that?

              – Esa Jokinen
              1 hour ago








            1




            1





            each Bcc'ed address receives a Bcc line containing only their email address, is most common. Is it? That would require sending the message multiple times instead of a single message with multiple RCPT TO: commands. What MUA would do that?

            – Esa Jokinen
            1 hour ago






            each Bcc'ed address receives a Bcc line containing only their email address, is most common. Is it? That would require sending the message multiple times instead of a single message with multiple RCPT TO: commands. What MUA would do that?

            – Esa Jokinen
            1 hour ago














            0














            Typically not possible if you don't have control over the sender SMTP server since this field is not transmitted to the recipient SMTP server.



            When sending a mail, the sender SMTP server checks the BCC field and creates a copy for each recipient listed, removing the list of other recipients.
            That is the whole point of BCC functionality.






            share|improve this answer



























              0














              Typically not possible if you don't have control over the sender SMTP server since this field is not transmitted to the recipient SMTP server.



              When sending a mail, the sender SMTP server checks the BCC field and creates a copy for each recipient listed, removing the list of other recipients.
              That is the whole point of BCC functionality.






              share|improve this answer

























                0












                0








                0







                Typically not possible if you don't have control over the sender SMTP server since this field is not transmitted to the recipient SMTP server.



                When sending a mail, the sender SMTP server checks the BCC field and creates a copy for each recipient listed, removing the list of other recipients.
                That is the whole point of BCC functionality.






                share|improve this answer













                Typically not possible if you don't have control over the sender SMTP server since this field is not transmitted to the recipient SMTP server.



                When sending a mail, the sender SMTP server checks the BCC field and creates a copy for each recipient listed, removing the list of other recipients.
                That is the whole point of BCC functionality.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 5 hours ago









                NaoyNaoy

                112




                112




















                    Jenny B is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    Jenny B is a new contributor. Be nice, and check out our Code of Conduct.












                    Jenny B is a new contributor. Be nice, and check out our Code of Conduct.











                    Jenny B is a new contributor. Be nice, and check out our Code of Conduct.














                    Thanks for contributing an answer to Information Security Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsecurity.stackexchange.com%2fquestions%2f206003%2fcan-i-retrieve-email-addresses-from-bcc%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

                    152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

                    Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"