Summary | Email sanity checks in 'Personal Information' settings |
Queue | IMP |
Queue Version | 4.1.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | brana (at) ualberta (dot) ca |
Created | 04/25/2008 (6282 days ago) |
Due | |
Updated | 05/24/2008 (6253 days ago) |
Assigned | 05/13/2008 (6264 days ago) |
Resolved | 05/24/2008 (6253 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
Taken from
State ⇒ Resolved
State ⇒ Assigned
Assigned to
horde_form_type_email's validate method.
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.
from_addr than that other two.
purpose of the existing check is to make sure that users can set fake
sender addresses. This has nothing to do with recipient addresses.
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.
State ⇒ Feedback
from addresses ($conf['user']['verify_from_addr']). Is that sufficient?
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Email sanity checks in 'Personal Information' settings
Type ⇒ Bug
Queue ⇒ IMP
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.