procmail
[Top] [All Lists]

Re: compiled DEFPATH value

1998-02-06 16:58:06
John Ruckstuhl <ruck(_at_)netcom(_dot_)com> writes:
How can one determine (from the executable!) procmail's compiled 
values for DEFPATH --

the output of 
   strings procmail | grep / | grep : | sort -u
is inconsistent with autoconf.h
   #define defPATH ...


I would suggest that where the source and the binary disagree, the
binary is a better forcaster of the programs's actions when run.

If you're really paranoid, try the following:


        # Copy the path into a variable which won't accidentally be
        # changed by the shell.
        FOO = $PATH

        # Save it to a file
        :0 ic
        |echo $FOO >$HOME/procmail_path

Then send yourself mail and checkout $HOME/procmail_path


Philip Guenther

<Prev in Thread] Current Thread [Next in Thread>