This is a pretty simple piece of functionality to add and saves users entering invalid emails which could cause errors in other places. Here's a patch that does it!

Comments

wiifm’s picture

Status: Active » Reviewed & tested by the community

Looks good to me, lets get this patch in

rfay’s picture

Status: Reviewed & tested by the community » Needs review
wiifm’s picture

This patch is also relevant for the 6.x branch (and would be a nice addition)

rfay’s picture

Minor reroll. This seems like a reasonable addition.

It is annoying as I now have to reroute to rfay@localhost.localdomain, since valid_email_address() thinks that rfay@localhost isn't valid :-(

Status: Needs review » Needs work

The last submitted patch, reroute_email.validate_email_addresses_1252762_04.patch, failed testing.

rfay’s picture

Status: Needs work » Needs review
StatusFileSize
new1.87 KB

Not sure what happened there...

Status: Needs review » Needs work

The last submitted patch, reroute_email.validate_email_addresses_1252762_05.patch, failed testing.

rfay’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Needs work » Needs review

Ah, I think it's trying to patch 7.x-1.0

rfay’s picture

Status: Needs review » Needs work

The last submitted patch, reroute_email.validate_email_addresses_1252762_05.patch, failed testing.

rfay’s picture

Status: Needs work » Needs review
StatusFileSize
new4.02 KB

Wow, taking me a while. This one allows the list of email addresses to be separated by commas and semicolons, and fixes the test.

rfay’s picture

Status: Needs review » Fixed

Committed to 7.x-1.x: cb90523

rfay’s picture

Committed to 6.x-1.x in 00c590d, as attached.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.