From 87ab441ab4392eb07cb691668010a5210c917482 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 27 Nov 2012 21:10:55 +0100 Subject: upas: handle Bcc: header when -8 flag is given, upas/marshal override To:, Cc: and Bcc: headers. add -B option for Bcc. it is also now valid to pass recipient list on upas/marshal arguments and have -8 flag set. make nedmail and /rc/bin/mail call upas/marshal with -8 now to make it effective. --- rc/bin/mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc') diff --git a/rc/bin/mail b/rc/bin/mail index 6913d743e..fdf3a0f77 100755 --- a/rc/bin/mail +++ b/rc/bin/mail @@ -8,5 +8,5 @@ switch($1){ case -f* -r* -c* -m* exec upas/nedmail $* case * - exec upas/marshal $* + exec upas/marshal -8 $* } -- cgit v1.2.3