Thank you all for fast answers :)<br>"dirty" solution with -U solve my problem!<br><br><br><br><div class="gmail_quote">On Wed, Jan 18, 2012 at 12:32 PM, Kimmo Veijalainen <span dir="ltr"><<a href="mailto:Kimmo.Veijalainen@hedengren.fi">Kimmo.Veijalainen@hedengren.fi</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> Every-time when I receive spam message, MailScanner restart (or die?!). When I run with check_MailScanner with Debug=on i got this error:<br>
><br>
> 10:13:26 Insecure dependency in open while running with -T switch at /usr/lib/perl5/IO/File.pm line 185.<br>
> Failed.<br>
<br>
</div>There's a taint issue somewhere.<br>
Quick and dirty solution: edit the first line of /usr/sbin/MailScanner. Add -U option.<br>
Then it will run "unsafe" code that normally fails taint checks.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
MailScanner mailing list<br>
<a href="mailto:mailscanner@lists.mailscanner.info">mailscanner@lists.mailscanner.info</a><br>
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" target="_blank">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
<br>
Before posting, read <a href="http://wiki.mailscanner.info/posting" target="_blank">http://wiki.mailscanner.info/posting</a><br>
<br>
Support MailScanner development - buy the book off the website!<br>
</div></div></blockquote></div><br>