[#6654] Email sanity checks in 'Personal Information' settings
Summary Email sanity checks in 'Personal Information' settings
Queue IMP
Queue Version 4.1.4
Type Bug
State Assigned
Priority 1. Low
Owners Horde Developers
Requester brana (at) ualberta (dot) ca
Created 04/25/2008 (22 days ago)
Due
Updated 05/13/2008 (4 days ago)
Assigned 05/13/2008 (4 days ago)
Resolved
Attachments
Milestone
Patch

History
05/13/2008 Jan Schneider Comment #11
State ⇒ Assigned
Assigned to Horde DevelopersHorde Developers
Reply to this comment
Yes, that should be fine. Patches welcome.
05/12/2008 Chuck Hagenbuch Comment #10 Reply to this comment
Would that be something we can do under the feature freeze?
05/12/2008 Chuck Hagenbuch Comment #9 Reply to this comment
I think we should put the non-To: addresses through horde_form_type_email's validate method.
05/12/2008 brana (at) ualberta (dot) ca Comment #8 Reply to this comment
Yes, at least for the reply-to field. The problem is that if a user enters a mis-formatted reply-to address then all replies are bounced and, of course, the user has no idea why he's not receiving any mail. A simple check to ensure proper formatting (e.g no spaces) would be useful to protect users from their own mistakes and spare us from time wasted digging through mail logs to determine the problem.
05/11/2008 Matt Selsky Comment #7 Reply to this comment
I think reply-to should be checked as well, since it's more like from_addr than that other two.
05/11/2008 Jan Schneider Comment #6 Reply to this comment
I tend to think that this might be too much for a sanity check. The purpose of the existing check is to make sure that users can set fake sender addresses. This has nothing to do with recipient addresses.
04/25/2008 brana (at) ualberta (dot) ca Comment #5 Reply to this comment
If that email confirmation could be applied to the other fields as well that'd be great. I think there should be some form of email address validation wherever a user is able to enter an email address. Cheers.
04/25/2008 Chuck Hagenbuch Comment #4 Reply to this comment
Looks like it's just from_addr.
04/25/2008 brana (at) ualberta (dot) ca Comment #3 Reply to this comment
Does that apply to the other 3 fields as well (alias, reply-to and bcc)?
04/25/2008 Chuck Hagenbuch Comment #2
State ⇒ Feedback
Reply to this comment
Horde 3.2 has a configuration setting to require email confirmation of from addresses ($conf['user']['verify_from_addr']). Is that sufficient?
04/25/2008 brana (at) ualberta (dot) ca Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Email sanity checks in 'Personal Information' settings
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Reply to this comment
Ok, I'm submitting this again because the last couple times I submitted I was taken back to the create a new ticket screen without confirmation of the submission and a ticket search returned nothing..

In the Personal Information settings users are able to successfully enter mis-formatted email addresses, e.g. "xyz@te st.com", with a blank space in the address. This happens in the following fields: from, reply-to, alias, bcc.

We're in the process of setting up IMP 4.2 therefore we havent been able to test in that version yet.