You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/programs/email-forwarding.md
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ When a hacker discovers a vulnerability and sends their finding in an email to s
27
27
28
28
5. You will then be notified of a new vulnerability submitted by the hacker in your inbox where you can use the platform tools to comment, triage, and pay bounties.
29
29
30
-
### Set Up
30
+
### Setup
31
31
32
32
To set up email forwarding in HackerOne:
33
33
1. Go to **Settings > Program > Hacker Management > Email Forwarding**.
@@ -50,3 +50,28 @@ To set up email forwarding in HackerOne:
50
50
><i>Note: You can add multiple email addresses to forward to the same inbox.</i>
If you're running into problems setting up email forwarding using the steps above, it could be because several security checks that are inherent to the email protocol could be violated and are preventing the email from being successfully processed by HackerOne.
56
+
57
+
Here are some common problems and solutions users run into when setting up email forwarding:
58
+
59
+
Issue | Solution
60
+
----- | --------
61
+
You're using Gmail as an email provider and the confirmation code hasn't been entered. | In setting up email forwarding for Gmail, you need to enter a confirmation code that is sent to the email address you want to forward emails to. Because you don't have access to the inbox generated by HackerOne, you'll need to contact HackerOne to get the confirmation code to finalize the setup in your Gmail account.
62
+
You manually created a forwarding rule yourself instead following [these setup instructions](email-forwarding.html#set-up). When you manually create your own forwarding rule, this creates a new email object that doesn't contain the *H1-Forwarding-Nonce* header that HackerOne requires to verify the setup. | Please follow the setup instructions [above](email-forwarding.html#set-up) and also be sure to follow the instructions for the forwarding functionality of your email provider.
63
+
The *To* field is incorrect. This causes SPF and DKIM checks to fail, which means that HackerOne won't receive the forwarded email. | Make sure the *To* field matches the one you entered in step 3 [above](email-forwarding.html#set-up), and be sure to follow the instructions for the forwarding functionality of your email provider.
64
+
65
+
Here's an example of what your email headers should look when email forwarding is set up correctly:
0 commit comments