BugAlertDotOrg / bugalert

MIT License
207 stars 20 forks source link

Don't validate email #9

Closed sullivanmatt closed 2 years ago

sullivanmatt commented 2 years ago

The email validator I choose originally is super, super old, apparently (hasn't been updated since 2015). I wanted to move up to a newer one to fix #7, but I've gotten an import error on the lambda side I don't get locally with the new library. Simply removing validation for now, it's low value anyway.

sullivanmatt commented 2 years ago

I'm seeing that the signature parts of the app still don't gracefully handle + in the email (they are treated like a space). So I'll have to work a bit more on this.