X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?p=modbot-mtm.git;a=blobdiff_plain;f=ModerationCommon.pm;h=7b9b8810fee6f83433142ed22fa321191232ce4f;hp=41f865f4a790e8a74ada81eb5b61c5b414d75963;hb=refs%2Fheads%2Ftesting;hpb=6973b4772b6cc22f45ad42a8f9dad2d2a3cb1765 diff --git a/ModerationCommon.pm b/ModerationCommon.pm index 41f865f..7b9b881 100644 --- a/ModerationCommon.pm +++ b/ModerationCommon.pm @@ -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 "$! $?";