*** premail.bak Thu Oct 31 06:25:10 1996 --- premail Sun Feb 2 01:50:16 1997 *************** *** 226,232 **** # Return the name of the real sendmail executable if (!defined $config{'sendmail'} || $config{'sendmail'} eq '') { # Standard place ! (-x '/usr/lib/sendmail') && return '/usr/lib/sendmail'; # Newer BSD-based systems (-x '/usr/sbin/sendmail') && return '/usr/sbin/sendmail'; # Okay, I give up --- 226,232 ---- # Return the name of the real sendmail executable if (!defined $config{'sendmail'} || $config{'sendmail'} eq '') { # Standard place ! #(-x '/usr/lib/sendmail') && return '/usr/lib/sendmail'; # Newer BSD-based systems (-x '/usr/sbin/sendmail') && return '/usr/sbin/sendmail'; # Okay, I give up