Summary | $pref['mail_domain'] / $conf['maildomain'] not being appended to unqualified addresses |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | liamr (at) deathstar (dot) org |
Created | 05/15/2007 (6616 days ago) |
Due | |
Updated | 05/30/2007 (6601 days ago) |
Assigned | 05/26/2007 (6605 days ago) |
Resolved | 05/30/2007 (6601 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | IMP 4.2 |
Patch | No |
State ⇒ Resolved
by previous versions, and I think users will notice that... which
could be potentially confusion / generate complaints.
Earlier versions used javascript to tack the default domain onto the
unqualified address on To/Cc/Bcc lines in the message composition
screen.
Ticket #3823. The bug that was theoriginal subject of this ticket has been resolved however.
previous versions, and I think users will notice that... which could
be potentially confusion / generate complaints.
Earlier versions used javascript to tack the default domain onto the
unqualified address on To/Cc/Bcc lines in the message composition
screen.
Assigned to Michael Slusarz
State ⇒ Feedback
http://lists.horde.org/archives/cvs/Week-of-Mon-20070521/068029.html
Assigned to
State ⇒ Assigned
Priority ⇒ 2. Medium
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ IMP
Summary ⇒ $pref['mail_domain'] / $conf['maildomain'] not being appended to unqualified addresses
Type ⇒ Bug
default maildomain on to it.
IMP 4.2 CVS appears to have a preference for this purpose -
$pref['mail_domain'], which is described as..
When sending mail or expanding addresses, what domain should we
append to unqualified addresses (email addresses without "@")?
There's also a field in config/servers.php that contains a default
mail domain ( $conf['maildomain'] / $_SESSION['imp']['maildomain']),
which is described as..
This will also be used to complete unqualified addresses when
composing mail.
Nothing appears to actually using these values. Instead, if you try
sending a message with an unqualified address, you get..
There was an error sending your message: Validation failed for: joeuser@
Seems like the change would go in imp/lib/Imple/ContactAutoCompleter.php