report a bug |  advanced search |  statistics |  developer log in/out
Request #59 pathnames in errormessage is wrong
Submitted: 2015-12-30 04:19 UTC Modified: -
From: sca at andreasschulze dot de Assigned:
Status: Open
Mlmmj Version: 1.2.19.0 OS: linux
MTA: any MTA Version: -
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:

 

 [2015-12-30 04:19 UTC] sca at andreasschulze dot de
Description:
------------
~mlmmj-source/include/mlmmj.h define CHECKFULLPATH() macro

it should output the real path to the binaries, not only an example path
the real path is determined at compile time usualy:
./configure --prefix=/usr



Test script:
---------------
root@mail:/# cd /

root@mail:/# mlmmj-sub 
All mlmmj binaries have to be invoked with full path,
e.g. /usr/local/bin/mlmmj-sub

root@mail:/# which mlmmj-sub
/usr/bin/mlmmj-sub


Expected result:
----------------
root@mail:/# mlmmj-sub 
All mlmmj binaries have to be invoked with full path,
e.g. /usr/bin/mlmmj-sub