Bug 17014

Summary: send-pr sets MAIL_AGENT unconditionally
Product: Documentation Reporter: Giorgos Keramidas <keramida>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Giorgos Keramidas 2000-02-26 22:40:01 UTC
	The send-pr shell script sets MAIL_AGENT unconditionally.  On
	systems with dialup access, where sendmail might require some
	custom invocation command line, this fails to use the default
	value of MAIL_AGENT for the user who runs it.

How-To-Repeat: 
	You can see the relevant command in the installed version of
	send-pr.sh script, by running:

	    grep MAIL_AGENT `which send-pr`

	By changing MAIL_AGENT=".." to MAIL_AGENT="${MAIL_AGENT:-..}"
	any existing value of MAIL_AGENT is preserved.
Comment 1 nik freebsd_committer freebsd_triage 2000-04-30 23:45:44 UTC
State Changed
From-To: open->closed

Committed.  Thanks.