Discussion:
[Mimedefang] Found typo in module (./script/mimedefang-util @ v2.78)...
Fred de Brouwer
2016-05-25 20:36:25 UTC
Permalink
Hi,

While trying to sort out the behaviour of a new type of malware
I found a typo in the shebang line in one of the perl-modules:
./script/mimedefang-util

It it missing the path to the perl binary...
It’s not a big, problem the tool can be started by prepending perl
on the command line. It would be nice to be corrected in future releases.


-=-

This is the list of files having the perl-shebang line: (contrib filtered)

~/src/mimedefang-2.78$ grep -R '#!.*perl’ . | grep -v contrib
./mimedefang-notify.7:#!/usr/bin/perl -w
./mimedefang.pl:#!/usr/bin/perl
./script/mimedefang-util:#!perl -w <- misses the path "/usr/bin/"
./mimedefang-notify.7.in:#!/usr/bin/perl -w

--
Met vriendelijke groet / Kind regards,
Fred de Brouwer




_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list ***@lists.roaringpenguin.com
http://lists.roaringpenguin.com/m
Dianne Skoll
2016-05-26 15:06:37 UTC
Permalink
On Wed, 25 May 2016 22:36:25 +0200
Post by Fred de Brouwer
It it missing the path to the perl binary...
Oops! I will fix it.

Regards,

Dianne.
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list ***@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinf

Loading...