1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/majordomo/files/patch-bi

21 lines
870 B
Plaintext
Raw Normal View History

--- resend.orig Wed Aug 27 23:59:24 1997
+++ resend Wed Sep 10 00:57:38 1997
@@ -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");
@@ -924,7 +924,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