<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Courier New; font-size: 10pt; color: #000000'>Testing something out and when I ran MailScanner in debug mode I received and error that it tried to print a variable that was not defined on line 756 of PFDiskStore.pm:<br><br>&nbsp;&nbsp;&nbsp; $handle-&gt;print($line . "\n");<br><br>I added my own debug line to print it and it ran through a couple of emails okay then died. I checked the email in question and on the face of things it looked okay. I decided to change the line to as below which allow it to be processed okay:<br><br>&nbsp;&nbsp;&nbsp; if ($handle) { $handle-&gt;print($line . "\n"); }<br><br>Any thoughts on why the handle would either not be created or is being destroyed ?<br><span><br><span name="x"></span>-- <br>Thanks, Phil<span name="x"></span><br></span><br></div></body></html>