diff options
author | keramida <keramida@FreeBSD.org> | 2003-03-26 01:45:20 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2003-03-26 01:45:20 +0000 |
commit | cc265842d3d176898751d931bba3a5163801f3c8 (patch) | |
tree | 94d8d83ab82ab014c97f18d1b41a9b70eaccc9bd /gnu | |
parent | 5ded06e3521a87357628c637ee7d91db9e1b6d13 (diff) | |
download | FreeBSD-src-cc265842d3d176898751d931bba3a5163801f3c8.zip FreeBSD-src-cc265842d3d176898751d931bba3a5163801f3c8.tar.gz |
Document the MAIL_AGENT environment var.
PR: 48277
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/send-pr/send-pr.1 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr.1 b/gnu/usr.bin/send-pr/send-pr.1 index 46b36c6..608b58b 100644 --- a/gnu/usr.bin/send-pr/send-pr.1 +++ b/gnu/usr.bin/send-pr/send-pr.1 @@ -228,6 +228,19 @@ specifies the editor to invoke on the template. default: .B vi .sp +If the environment variable +.B MAIL_AGENT +is set, its value is used as the path + command line arguments of the +executable to be invoked for sending the problem report (which will be +provided via standard input). +.br +This can be useful if you either use a MTA other than sendmail or need +to provide additional parameters, such as the envelope sender on +machines without a valid FQDN. +.br +Default value: +.B /usr/sbin/sendmail -oi -t +.sp If the environment variable .B PR_FORM is set, then its value is used as the file name of the template for |