 |
bugzilla-2.18-sendmail.patch |
|
diff -Nru bugzilla-2.19.2.orig/Bugzilla/BugMail.pm bugzilla-2.19.2/Bugzilla/BugMail.pm
--- bugzilla-2.19.2.orig/Bugzilla/BugMail.pm 2005-03-29 10:29:07.000000000 +0200
+++ bugzilla-2.19.2/Bugzilla/BugMail.pm 2005-03-29 10:29:47.000000000 +0200
@@ -869,7 +869,7 @@
}
if ($enableSendMail == 1) {
- open(SENDMAIL, "|/usr/lib/sendmail $sendmailparam -t -i") ||
+ open(SENDMAIL, "|/usr/sbin/sendmail $sendmailparam -t -i") ||
die "Can't open sendmail";
print SENDMAIL trim($msg) . "\n";
|
|
|