Subject: | Possibly missing exit() in Mail::Transport::Sendmail |
In Mail::Transport::Sendmail::trySend, if the exec() fails, the last
statement in the the block is "return 0". This means that *two* processes
are running from this point on. The "return 0" should be probably replaced
by "exit 1".
Regards,
Slaven