CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2018/04/28 04:37:20
Modified files: usr.sbin/smtpd : mail.mda.c Log message: disallow executing by root and replace execve() with system() as we want the user's mda_exec to be parsed and executed by a shell running with the user's privileges. ok eric@