[Bug 273221] DMA does not correctly honor the addresees with the same invocation as sendmail
Date: Sat, 19 Aug 2023 00:24:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273221
--- Comment #1 from Glen Barber <gjb@FreeBSD.org> ---
(In reply to Glen Barber from comment #0)
Correction to the printf part of the script:
printf "From: ${emailsentfrom}\nTo: ${emaiilgoesto}\n \
Subject: ${subject}\n\n${body}\n\n" \
| /usr/sbin/sendmail -oi -f ${emailsentfrom} ${emailgoesto}
There is only one pair of double-quotes.
--
You are receiving this mail because:
You are the assignee for the bug.