[exim] Re: Pipe transport and script (shebang)

2023-08-28 Thread Slavko via Exim-users
Dňa 28. augusta 2023 12:01:49 UTC používateľ Andrew C Aitchison napísal: >> I guess that and your first change meant that /usr/bin/env could no longer >> find pthyon3. > >Sorry, I meant to add > because env uses path. Yes, that was my first idea too, but as i wrote, already, i s

[exim] Re: Pipe transport and script (shebang)

2023-08-28 Thread Andrew C Aitchison via Exim-users
On Mon, 28 Aug 2023, Andrew C Aitchison wrote: On Mon, 28 Aug 2023, Slavko via Exim-users wrote: Hi all, recently i decide to improve my pipe transport for reports processing to allow relative commands and i go into problems. It was worked without problems with absolute script path for long t

[exim] Re: Pipe transport and script (shebang)

2023-08-28 Thread Andrew C Aitchison via Exim-users
On Mon, 28 Aug 2023, Slavko via Exim-users wrote: Hi all, recently i decide to improve my pipe transport for reports processing to allow relative commands and i go into problems. It was worked without problems with absolute script path for long time. I solved it, but i want to know why that hap

[exim] Pipe transport and script (shebang)

2023-08-28 Thread Slavko via Exim-users
Hi all, recently i decide to improve my pipe transport for reports processing to allow relative commands and i go into problems. It was worked without problems with absolute script path for long time. I solved it, but i want to know why that happens... The only changes which i did, are -- i add p