small pixel drawing of a pufferfish clist

Add RE: to command address responder
j3s j3s@c3f.net
Fri, 15 Nov 2019 13:27:57 -0600
commit

63f4ad1b2e5d3fc8fde88c96dd54905862914f5d

parent

d26135f02103813a7925240c824a1a876e17016b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.gomain.go

@@ -304,7 +304,7 @@ email.Sender = gConfig.CommandAddress

email.From = "<" + gConfig.CommandAddress + ">" email.To = []string{from.Name + "<" + from.Address + ">"} email.Recipients = []string{from.Address} - email.Subject = e.Subject + email.Subject = "RE: " + e.Subject email.Text = []byte(t.String()) email.Headers["Date"] = []string{time.Now().Format("Mon, 2 Jan 2006 15:04:05 -0700")} email.Headers["Precedence"] = []string{"list"}