Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dada permits illegal email addresses to be added like "user@myname. com" #407

Closed
DavidOfMA opened this issue Oct 6, 2013 · 1 comment
Closed

Comments

@DavidOfMA
Copy link

Dada does not appear to check for incorrect syntax when adding email addresses of the form "user@myname. com" via the control panel. I was able to add the bogus address "test@test .com" without any problems, and then include it in a mailout. For a small test mailout, Dada identified the address as invalid during the mailing, but for a larger, real mailing, the mailout terminated spontaneously when Dada encountered an address of this form and had to be restarted manually, despite the mailing monitor cron job running normally.

@justingit
Copy link
Owner

This is pretty interesting, as Dada Mail uses a known CPAN perl module to handle email validity, and that's where the root of this bug is. I've given them a bug report, with a reproducable example

Perl-Email-Project/Email-Valid#4

hopefully they can hash it out. I'll be putting a fix in DM before all that,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants