22 lines
935 B
Plaintext
22 lines
935 B
Plaintext
$OpenBSD: patch-resend,v 1.1.1.1 2000/05/22 16:33:49 espie Exp $
|
|
--- resend.orig Mon May 15 02:43:44 2000
|
|
+++ resend Mon May 15 02:44:27 2000
|
|
@@ -111,7 +111,7 @@
|
|
# XXX It is possible that owner-$opt_l won't be the right address, but we
|
|
# have little choice. Sending the bounces to $whoami_owner is an option,
|
|
# but might not clearly indicate the list name.
|
|
-$sendmail_command = $sendmail_command || "/usr/lib/sendmail";
|
|
+$sendmail_command = $sendmail_command || "/usr/sbin/sendmail";
|
|
$bounce_mailer = $bounce_mailer || "$sendmail_command -f\$sender -t";
|
|
&set_mail_from("owner-$opt_l");
|
|
&set_mail_sender("owner-$opt_l");
|
|
@@ -936,7 +936,7 @@
|
|
else {
|
|
# Painful, but we have to provide some kind of backwards
|
|
# compatibility and this is what 1.93 used
|
|
- $mailcmd = "/usr/lib/sendmail -f$sender -t";
|
|
+ $mailcmd = "/usr/sbin/sendmail -f$sender -t";
|
|
}
|
|
|
|
# clean up the addresses, for use on the sendmail command line
|