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 | 2008-04-25 (4652 days ago) |
Due | |
Updated | 2008-05-24 (4623 days ago) |
Assigned | 2008-05-13 (4634 days ago) |
Resolved | 2008-05-24 (4623 days ago) |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
Taken from
State ⇒ Resolved
Assigned to
State ⇒ Assigned
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?
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ Email sanity checks in 'Personal Information' settings
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
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.