sendmail: another update from the maintainer

function                                             old     new   delta
sendgetmail_main                                    1894    1937     +43
crond_main                                          1416    1423      +7
packed_usage                                       24540   24470     -70
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 50/-70)            Total: -20 bytes

diff --git a/miscutils/crond.c b/miscutils/crond.c
index 2bed5a4..27f24dd 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -33,11 +33,7 @@
 #define SENDMAIL        "sendmail"
 #endif
 #ifndef SENDMAIL_ARGS
-#	if ENABLE_SENDMAIL
-#		define SENDMAIL_ARGS   "localhost", line->cl_MailTo
-#	else
-#		define SENDMAIL_ARGS   "-ti", "oem"
-#	endif
+#define SENDMAIL_ARGS   "-ti", "oem"
 #endif
 #ifndef CRONUPDATE
 #define CRONUPDATE      "cron.update"