diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-05-03 22:02:49 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-05-03 22:02:49 +0000 |
| commit | 6ad5deaa0f3087ffbaeaf05991053b3887b72d50 (patch) | |
| tree | 504c5aac6ec351fad01934c79858d7e89da1f097 /gnu | |
| parent | 9492768b51bb972882b020a6d04756935da9aedb (diff) | |
Notes
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 46b36c637f1c..608b58b35fdf 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 |
