[Tickets #3057] no domain set in From: when composing mail

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Dec 8 06:10:53 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3057
-----------------------------------------------------------------------
 Ticket             | 3057
 Updated By         | d.pollard at ucl.ac.uk
 Summary            | no domain set in From: when composing mail
 Queue              | MIMP
 Version            | MIMP H3 (1.0-ALPHA)
 State              | Assigned
 Priority           | 2. Medium
 Type               | Bug
 Owners             | Horde Developers, Michael Slusarz
-----------------------------------------------------------------------


d.pollard at ucl.ac.uk (2005-12-08 06:10) wrote:

> Horde-3.0.5, Mimp-h3-1.0-alpha
>
> When users select 'Compose', the From: field comes up
> as "user@" (no domain).
>
> This doesn't happen if that user has set up an explicit From: address
> in his default identity (in that case the From: comes up OK).
>
> In MIMP's server.php, 'maildomain' is set correctly (see attached
server.php)
>
> The same setting works in IMP.
>
>

We have experienced the same behaviour. 

In compose.php, in the function _formatAddr($addr), in  switch  ($actionID)
the call at line 127    $_GET['identity'] = $default; does not  pick up the
maildomain. 

Changing this to the function call used by compose.php in imp works: 
$_GET['identity'] = $identity->getMatchingIdentity($fromaddr);






More information about the bugs mailing list