diff -Naur busybox.orig/networking/sendmail.c busybox/networking/sendmail.c
--- busybox.orig/networking/sendmail.c	2008-07-15 22:00:10 +0000
+++ busybox/networking/sendmail.c	2008-07-15 22:08:35 +0000
@@ -394,7 +394,7 @@
 			// fetch recipients and (optionally) subject
 			char *s;
 			while ((s = xmalloc_reads(INITIAL_STDIN_FILENO, NULL, NULL)) != NULL) {
-				if (0 == strncmp("To: ", s, 4)) {
+				if (0 == strncmp("To: ", s, 4) || 0 == strncmp("Cc: ", s, 4)) {
 					llist_add_to_end(&opt_recipients, s+4);
 /*				} else if (0 == strncmp("From: ", s, 6)) {
 					opt_from = s+6;
