Closed Bug 1371191 Opened 7 years ago Closed 7 years ago

"Your email was just returned. Mistyped email?" message persists after email is fixed

Categories

(Cloud Services :: Server: Firefox Accounts, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: yngve, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170518000419

Steps to reproduce:

1. Create Firefox Sync account.
2. Mess up email address (so that emails bounce).
3. On a different computer, install Firefox and try to log in to Firefox Sync.
4. Get error message: "Your email was just returned. Mistyped email?"
5. Fix email address (so that emails no longer bounce).
6. Wait 24 hours.
7. Try to log in again.


Actual results:

Got error message: "Your email was just returned. Mistyped email?"


Expected results:

New confirmation email sent to my email address, able to log in.
Component: Untriaged → Firefox Sync: Backend
Product: Firefox → Cloud Services
Version: 53 Branch → unspecified
Component: Firefox Sync: Backend → Server: Firefox Accounts
Thanks for the report.  The message here is a little confusing, but the behaviour is intentional - if we try to send an email to your address and it bounces, then we suppress sending any more emails to that address, so as not to damage our overall email sender reputation.

We've got some changes in the works that will make this clearer, and less likely to trigger after just a single bounce.  But in the meantime, we can look into your account on the backend and clear the bounce state - is the email on your Firefox Account the same as the one used here in bugzilla?
Flags: needinfo?(yngve)
> Thanks for the report.

No worries. Thanks for looking into it so quickly.

> […] in the meantime, we can look into your account on the backend and clear the bounce state - is the email on your Firefox Account the same as the one used here in bugzilla?

Thanks, I'd appreciate that. I use the same email address – yngve@hoiseth.net – both places.
Flags: needinfo?(yngve)
> we can look into...

Of course by "we" here I mean :jbuck; over to you :-)
Flags: needinfo?(jbuckley)
MySQL [fxa]> select * from emailBounces where email = 'yngve@hoiseth.net';
+-------------------+------------+---------------+---------------+
| email             | bounceType | bounceSubType | createdAt     |
+-------------------+------------+---------------+---------------+
| yngve@hoiseth.net |          1 |             2 | 1496815414126 |
+-------------------+------------+---------------+---------------+
1 row in set (0.00 sec)

MySQL [fxa]> delete from emailBounces where email = 'yngve@hoiseth.net';
Query OK, 1 row affected (0.02 sec)

Yngve Høiseth: Please try signing in again
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(jbuckley)
Problem solved. Thank you very much.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: