X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;f=ModerationCommon.pm;h=7b9b8810fee6f83433142ed22fa321191232ce4f;hb=e34b76824b88b3240efc0509ebcd110a26687ab0;hp=41f865f4a790e8a74ada81eb5b61c5b414d75963;hpb=6973b4772b6cc22f45ad42a8f9dad2d2a3cb1765;p=modbot-mtm.git 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 "$! $?";