[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mail headers
> it looks like the script is printing the correct headers to include a
> blind copy to the specified address, however the mailing application is
> strictly sending it to the To: field.
What's the command line look like when you actually mail it? I'm pretty
sure bcc: is meaningless, at least as far as the actual transmission goes.
You'll likely need to slap on each address in the command line.
Example (excuse the wrap):
sendmail -bm -f from_address@luci.org first_person@luci.org
second_person@luci.org third_person_et_cetera@luci.org
The actual message can be fed to Sendmail by redirect (< file), or else
via a pipe.
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.