chiark / gitweb /
Merge branch 'master' of /u/webstump/live/
[modbot-mtm.git] / ModerationCommon.pm
index 41f865f4a790e8a74ada81eb5b61c5b414d75963..7b9b8810fee6f83433142ed22fa321191232ce4f 100644 (file)
@@ -26,7 +26,7 @@ sub hash ($) {
 }
 
 sub sendmail_start () {
-    open ::P, "|sendmail -odb -oee -oi -t" or die $!;
+    open ::P, "|/usr/sbin/sendmail -odb -oee -oi -t" or die $!;
 }
 sub sendmail_finish () {
     $?=0; $!=0; close ::P or warn "$! $?";