Bug 13426

Summary: sendmail does not ignore unknown options
Product: Busybox Reporter: Thorsten Kukuk <kukuk>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.32.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Thorsten Kukuk 2021-01-05 08:11:21 UTC
The busybox sendmail help contains:

"Other options are silently ignored; -oi is implied."

But sendmail does not ignore other options:

sendmail -F aaa
sendmail: invalid option -- 'F'
BusyBox v1.32.0 () multi-call binary.

Usage: sendmail [-tv] [-f SENDER] [-amLOGIN 4<user_pass.txt | -auUSER -apPASS]
                [-w SECS] [-H 'PROG ARGS' | -S HOST] [RECIPIENT_EMAIL]...