blob: 4efd3707c51b7eecdbea9e6c0a21f81797ecf97c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -u globals.pl~ globals.pl
--- globals.pl~ Mon Dec 17 20:32:32 2001
+++ globals.pl Mon Dec 17 20:34:30 2001
@@ -1243,7 +1243,7 @@
if (Param('sendmailnow')) {
$sendmailparm = '';
}
- if (open(SENDMAIL, "|/usr/lib/sendmail $sendmailparm -t")) {
+ if (open(SENDMAIL, "|/usr/sbin/sendmail $sendmailparm -t")) {
my %substs;
$substs{"to"} = $name;
|