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

Opened 10 years ago

Closed 9 years ago

Last modified 8 years ago

#407 closed enhancement (worksforme)

Use "for" information from "Received" header

Reported by: anonymous Owned by:
Version: 0.9.10 Keywords:
Cc:

Description

Virtual Identity should make use of the "for" information from the (probably) last / upper most Received header line.

In my case these look as follows:

Received: from localhost (amavis [10.122.X.Y])
	by mail.example.com (Postfix) with ESMTP id E42F9XXXXX
	for <foo@example.com>; Sun, 24 Mar 2013 15:53:34 +0100 (CET)

The "foo@…" is the address that has been used for delivery (although it might have been used in BCC), and should therefore be used by VI when replying (instead of the possibly unrelated address in the "To" field).

Change History (2)

comment:1 Changed 9 years ago by rene

Resolution: worksforme
Status: newclosed

Hi,

this can be achived by adding the "Received"-header in the list of headers which are used in smart-reply. Check the example in https://www.absorb.it/virtual-id/wiki/docs/0.9/tab0/tree1

The best will be to enable debugging (see last tab of options dialog) and check what is read from the header and how the reply-case works.

Sorry for the late reply, closing this ticket now, please reopen if still not answered or if it does not work.

Nice Regards, Rene

comment:2 Changed 8 years ago by anonymous

This works.

I think it might be good to have this enabled by default, by either adding "Received:1:@" or "Received:@" to the defaults.

Note: See TracTickets for help on using tickets.