> sendmail: invalid option -- i

Try replacing line #96 of sendmail.c:
        opts = getopt32(argv, "tf:o:w:H:S:a::", &opt_from, NULL, &timeout,
&opt_connect, &opt_connect, &list);
with
        opts = getopt32(argv, "tf:o:w:H:S:a::i", &opt_from, NULL, &timeout,
&opt_connect, &opt_connect, &list);

Regards,
--
Vladimir
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to