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=a694187d3b707959a210b04f5eab9bbf7ce55b8c;hpb=c976d4ac6f226fe30c69580ddb9acf952b67893e 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 "$! $?";