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: -
View Add Comment Developer Edit
You must login as a developer to do anything here. You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
 [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