This is just some static backup of the original site, don't expect every link to work!

Opened 13 years ago

Closed 13 years ago

#176 closed defect (fixed)

VI chooses wrong virtual identity

Reported by: dcarpenter-virtualidentity@… Owned by: rene
Version: 0.5.12 Keywords:
Cc:

Description

Hello Rene -

This is with v0.5.11 actually. Sometimes VI seems to choose the originator of an email as the virtual identity to send from. I almost always catch it, but once in a while I do not, and it can get a bit tricky then ...

For example, I may have an incoming email from george@…. When I go to reply to george, the From: box has george@… in it, and the To: box is empty. I haven't caught the specifics of when that happens until just now.

I had a recent email that exim4 had not tagged correctly. I fixed the exim4 config, then redirected the email to myself so it would process through exim4 again to be tagged. That worked fine.

But now if I reply to that redirected email, it comes up with the sender's address in the From: box, and the To: is empty.

Here are the sample sanitized headers from the original email, to which reply works fine.

From george@gmail.com Tue Nov 10 12:57:36 2009
Return-path: <george@gmail.com>
Envelope-to: dean@somedomain.com
Received: from mail-bw0-f212.google.com ([209.85.218.212])
	by galah.somedomain.com with esmtp (Exim 4.63)
	(envelope-from <george@gmail.com>)
	id 1N7uyA-0004xI-Vz
	for dean@somedomain.com; Tue, 10 Nov 2009 12:57:36 -0500
Received: by bwz4 with SMTP id 4so296893bwz.22
        for <dean@somedomain.com>; Tue, 10 Nov 2009 09:57:24 -0800 (PST)
Subject: Testing
From: George <george@gmail.com>
To: Dean <dean@somedomain.com>

And here are the headers from the redirected email, which does not get handled correctly. I resent it to deano-george

From dean@somedomain.com Tue Nov 10 13:51:54 2009
Return-path: <dean@somedomain.com>
Envelope-to: dean-george@somedomain.com
Received: from somewhere.cox.net ([10.1.10.195] helo=[10.1.10.195])
	by galah.somedomain.com with esmtpa (Exim 4.63)
	(envelope-from <dean@somedomain.com>)
	id 1N7voj-0005AX-Rk
	for dean-george@somedomain.com; Tue, 10 Nov 2009 13:51:54 -0500
Resent-From: Dean <dean@somedomain.com>
Resent-To: dean-george@somedomain.com
Received: from mail-bw0-f212.google.com ([209.85.218.212])
	by galah.somedomain.com with esmtp (Exim 4.63)
	(envelope-from <george@gmail.com>)
	id 1N7uyA-0004xI-Vz
	for dean@somedomain.com; Tue, 10 Nov 2009 12:57:36 -0500
Received: by bwz4 with SMTP id 4so296893bwz.22
        for <dean@somedomain.com>; Tue, 10 Nov 2009 09:57:24 -0800 (PST)
Received: by 10.204.153.3 with SMTP id i3mr421855bkw.26.1257875844663; Tue, 10 Nov 2009 09:57:24 -0800 (PST)
Subject: Testing
From: George <george@gmail.com>
To: Dean <dean@somedomain.com>

Doing a reply to this redirected email results in the From: box having George <george@…> in it, and the To: box being empty.

Any ideas ?

Thanks -

D.

Change History (2)

comment:1 Changed 13 years ago by rene

Owner: set to rene
Status: newassigned

Hi D.

can you please activate the debug-log (last Tab in preferences) to check what's going on? If you are goign to post the debug log (which is really helpful for further investigation) please think of replacing email addresses before posting.

It feels like the extension assumes in the second case that you are trying to edit a draft instead of replying to a message. This will be related to bug #161 and to bug #124, but has to be checked.

Nice regards, Rene

comment:2 Changed 13 years ago by rene

Resolution: fixed
Status: assignedclosed

Hi D.,

is this still a problem with rc3? Please check and report, I will try again to find the issue. Closing ticket by now, please reopen if still relevant.

Nice rergards, Rene

Note: See TracTickets for help on using tickets.