Bug 13426 - sendmail does not ignore unknown options
Summary: sendmail does not ignore unknown options
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.32.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-05 08:11 UTC by Thorsten Kukuk
Modified: 2021-01-05 08:11 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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]...