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

Opened 12 years ago

Closed 12 years ago

#289 closed defect (fixed)

Want From address to be same is TO: in mail being replied to

Reported by: 1012@… Owned by:
Version: 0.6.8 Keywords:
Cc: 1012@…

Description

When I reply to an email that contains the following headers, I would always like the reply to be addressed to addr3@… by default.

Return-path: <addr2+caf_=addr1=111.com@…> Envelope-to: addr1@… X-Forwarded-To: addr1@… X-Forwarded-For: addr2@… addr1@… To: addr3@…

That is, always use the "To:" address by default. Is there any way I can accomplish this?

Right now it is, by default, addressing replies to addr1@…

Thank you

Change History (1)

comment:1 Changed 12 years ago by rene

Resolution: fixed
Status: newclosed

Hi,

please check the configuration of your header-search (source mail->smart features->read), it should work with the default values:

envelope-to
x-original-to
to
cc

If this is your configuration, please activate the debug output (last tab of pref dialog) and check, if the envelope-to header is detected correctly while selecting the mail in the 3pane-window.

## vI_getHeader: found header: envelope-to[:1] - stored as 'addr1@111.com'

Then, after you hit reply, the header should be recognized to...

## vI_smartIdentity: __SmartReply()
## vI_smartIdentity: ----------------------------------------------------------
## vI_smartIdentity: reading header 'envelope-to': 'addr1@111.com'
## identityCollection:   add new address to result: addr1@111.com
## identityCollection:   add new address to result: addr1@111.com
## vI_smartIdentity:   found 'addr1@111.com

Smart-Reply will (in default configuration) only get active if there is no Information stored for the recipient yet, therefore check this or (temporarily) disable storage.

Closing the ticket by now, please reopen if not solved by reconfiguration.

Nice regards, Rene

Note: See TracTickets for help on using tickets.