Skip to content

Commit

Permalink
when parsing a dsn, actually set the Action field
Browse files Browse the repository at this point in the history
noticed when writing dsn-processing code
  • Loading branch information
mjl- committed Feb 21, 2024
1 parent 79da4fa commit f6497b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dsn/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func parseRecipientHeader(mr *textproto.Reader, utf8 bool) (Recipient, error) {
for _, x := range actions {
if a == x {
ok = true
r.Action = a
break
}
}
Expand Down

0 comments on commit f6497b1

Please sign in to comment.