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

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Dec 9 01:12:15 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         | alain at ait.ac.th
 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             | Michael Slusarz
-----------------------------------------------------------------------


alain at ait.ac.th (2005-12-09 01:12) 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);
>

Are you talking about the problem I initially reported (when composing new
mail) or what
Chuck has seen (when replying to a mail sent to a non-default identity)?
I've tried to apply your suggested change but that didn't fix my problem.
This statement appears at line #123 in my version (1.0-alpha) and not #129,
by the way.
* $Horde: mimp/compose.php,v 1.66 2005/10/09 17:57:10 slusarz Exp $
I really need to find some time to dig into this myself.






More information about the bugs mailing list