From 32d9a8bd2043de0c85734b78eb487fc2d8f09d07 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 23 Jun 2009 00:28:31 +0100 Subject: [PATCH] use /usr/lib/sendmail --- pctb/dictionary-update-receiver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pctb/dictionary-update-receiver b/pctb/dictionary-update-receiver index e3c2e7a..015f051 100755 --- a/pctb/dictionary-update-receiver +++ b/pctb/dictionary-update-receiver @@ -268,7 +268,7 @@ L->flush or die $!; if (eval { - open S, "|sendmail -odb -oee -oi -t" or die $!; + open S, "|/usr/lib/sendmail -odb -oee -oi -t" or die $!; print S $email or die $!; $!=0; $?=0; close S or die $!; $? and die $?; -- 2.30.2