Aaaand, to answer your question, |Michael Convey <[email protected]> wrote: ||Does mail distinguish 'Cc:' and 'Bcc:' from 'To:' by a spa\ ||ce? In other words, is the only way to have multiple Cc: a\ ||nd multiple Bcc: to use commas with ||no spaces?
whitespace should be trimmed away from the beginning and the end of each recipient. ||For example: || ||$ mail -s test -c recip1,recip2,recip3 -b recip4,recip5,recip6 recip7 || ||##no spaces between the -c recipients and no spaces betwee\ ||n the -b recipients## You could say "-c 'r1 , r2 , r3 '" and it's a bug if that doesn't work. |The short answer is: maybe use -c multiple times instead, that |worked already with BSD Mail 8.1[.1] from 1996-06-14. This is still true of course. By the way you made me realize that i have thrown away this significant basic information from the S-nail manual, so i'll credit you for readding that. Will be in v14.9. Thanks. --steffen ------------------------------------------------------------------------------ _______________________________________________ nail-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nail-devel
