Re: [Mimedefang] calling external shell script without waiting for its end

2017-01-02 Thread Marcus Schopen
Hi Dianne, Thanks for your time. Am Montag, den 02.01.2017, 15:45 -0500 schrieb Dianne Skoll: > On Mon, 02 Jan 2017 19:26:44 +0100 > Marcus Schopen wrote: > > > When calling an external bash script in filter_end like > > > system("/usr/local/bin/skript.sh $QueueID >

Re: [Mimedefang] calling external shell script without waiting for its end

2017-01-02 Thread Dianne Skoll
On Mon, 02 Jan 2017 19:26:44 +0100 Marcus Schopen wrote: > When calling an external bash script in filter_end like > system("/usr/local/bin/skript.sh $QueueID > /dev/null &"); I hope you trust the contents of $QueueID implicitly... The MIMEDefang working directory gets

[Mimedefang] calling external shell script without waiting for its end

2017-01-02 Thread Marcus Schopen
Hi, happy new year to all! :) When calling an external bash script in filter_end like system("/usr/local/bin/skript.sh $QueueID > /dev/null &"); I get the following error from time to time (mostly on receiving many simultaneously mails): Jan 2 18:38:13 serv mimedefang-multiplexor[7447]: