ChimeraCoder / go-yo

A yo-yo for email, written in Go
Other
24 stars 1 forks source link

Use Return-Path instead of From #1

Closed ChimeraCoder closed 10 years ago

ChimeraCoder commented 10 years ago

As dho explained in #go-nuts, the Return-Path header is far more reliable to use than the From header, which is what is currently being used (https://github.com/ChimeraCoder/go-yo/blob/master/goyo.go#L61)

ChimeraCoder commented 10 years ago

Fixed in 8dc1f32805e54e608095cc313a6b50a42a83176b.