Comment on Mailcheck.js - How we decreased sign up confirmation email bounces by 50%parentComments−ceejayoz14y> Invalid CCs would trigger a little warning but still allow the form to be submitted.Out of curiosity, why allow the form to submit anyways?−richthegeek14yRule #1: never assume your code covers 100% of all cases.−thechangelog14yWhat richthegeek said. We put it in as a rough helper but didn't want to run the risk of denying something valid. The middle ground seems to work well.
Comments
> Invalid CCs would trigger a little warning but still allow the form to be submitted.
Out of curiosity, why allow the form to submit anyways?
Rule #1: never assume your code covers 100% of all cases.
What richthegeek said. We put it in as a rough helper but didn't want to run the risk of denying something valid. The middle ground seems to work well.