Quellyn L. Snead <quellyn@lanl.gov> wrote:
> I've noticed some odd behaviors while testing simple email to multiple
> recipients with addresses delimited by comma.
Multiple addresses are delimited by commas in an RFC822 header, however:
> > [root@testbox etc]# mail -s "TEST" djo@lanl.gov,quellyn@lanl.gov
That's not what you're doing here -- here, you're expecting the `mail` program
to parse multiple email addresses from a single commandline argument.
Your `mail` program documentation (not part of qmail) will tell you whether
that's supported or not -- looks like not.
To do that in a standard way, supply multiple recipients to the qmail-inject
command, or sendmail wrapper, or mailsubj wrapper:
mailsubj 'this is my subject' recipient-1 recipient-2 ...
> Delivery fails, apparently because the addresses aren't being parsed:
They're not supposed to be in that instance.
Charles
--
--------------------------------------------------------------------------
Charles Cazabon <qmail@discworld.dyndns.org>
Read http://pyropus.ca/personal/writings/12-steps-to-qmail-list-bliss.html
My services include qmail consulting. See http://pyropus.ca/ for details.
--------------------------------------------------------------------------
|