chiark / gitweb /
use /usr/lib/sendmail
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Mon, 22 Jun 2009 23:28:31 +0000 (00:28 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Mon, 22 Jun 2009 23:28:31 +0000 (00:28 +0100)
pctb/dictionary-update-receiver

index e3c2e7a9663c5b0bb79c73443d8905b5eeef8824..015f051f9a9af996e8d8237c4c68bf7188c0af17 100755 (executable)
@@ -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 $?;