haydenwoodhead / burner.kiwi

No bullshit temporary mail service written in Go
https://burner.kiwi
MIT License
216 stars 26 forks source link

Fix parsing sliceVar when it is an empty string #50

Closed k3a closed 1 year ago

k3a commented 1 year ago

Parsing an empty string into a slice variable should result in an empty slice instead of a slice with a single "" string. The bug caused all email to be rejected due to abuse protection when no BLACKLIST was configured (environment variable being an empty string).