X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2Fdictionary-update-receiver;h=015f051f9a9af996e8d8237c4c68bf7188c0af17;hp=e3c2e7a9663c5b0bb79c73443d8905b5eeef8824;hb=32d9a8bd2043de0c85734b78eb487fc2d8f09d07;hpb=f1c4da8473dc12240993291dc6855b2a4eaaf1a0 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 $?;