From: Ian Jackson Date: Mon, 22 Jun 2009 23:28:31 +0000 (+0100) Subject: use /usr/lib/sendmail X-Git-Tag: 1.9.2~97 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.main.git;a=commitdiff_plain;h=32d9a8bd2043de0c85734b78eb487fc2d8f09d07 use /usr/lib/sendmail --- 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 $?;