Bug 21544

Summary: mail.local(8) doesn't allow nobiff option
Product: Base System Reporter: peter.jeremy <peter.jeremy>
Component: binAssignee: Gregory Neil Shapiro <gshapiro>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description peter.jeremy 2000-09-25 22:50:01 UTC
	The nobiff option is a local FreeBSD mod to mail.local.  It
	originally used `-b', but recent versions of sendmail use
	that to mean `bounce mail when over quota' and the nobiff
	option was changed to `-B'.  Unfortunately, the getopt(3)
	string was not changed to suit.  Therefore any attempt to
	use `-B' is rejected.

How-To-Repeat: 
	Run the command "/usr/libexec/mail.local -B"
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-10-10 23:19:50 UTC
Responsible Changed
From-To: freebsd-bugs->gshapiro

Over to sendmail maintainer.
Comment 2 Gregory Neil Shapiro freebsd_committer freebsd_triage 2000-10-10 23:28:43 UTC
State Changed
From-To: open->closed

This -B and -s FreeBSD-only options have been added to the getopt() string