I never said this was the proper or most elegant way to disable sendmail, more of an ugly hack - sorry to offend.

Yes, I understand the way that code is written.

Han Boetes wrote:
David,

Would you be able to understand what this code does if it was
written like this:

if [ "$sendmail_flags" != NO ] && [ -s /etc/mailer.conf ]; then
    echo -n ' sendmail'
    /usr/sbin/sendmail $sendmail_flags > /dev/null 2>&1 &
fi



# Han

Reply via email to