boulder/cmd/notify-mailer
Samantha d08668f8ad
notify-mailer: Improve recipient list parser (#5495)
- Parse recipient list file as a TSV when flag `-tsv` is provided
- Log recipient list records that contain empty columns
- Log and skip recipient list records that contain the same `id` as previously
  read records
- Remove unnecessary check for mismatched header and record column length, this
  is already handled by the `encoding/csv` package
- Remove unnecessary check for empty line, this is already handled by the
  `encoding/csv` package

Part of  #5420
2021-06-28 16:45:22 -07:00
..
testdata notify-mailer: Support CSV and parameters (#4024) 2019-01-22 16:07:17 -08:00
main.go notify-mailer: Improve recipient list parser (#5495) 2021-06-28 16:45:22 -07:00
main_test.go notify-mailer: Improve recipient list parser (#5495) 2021-06-28 16:45:22 -07:00