I log the hell out of everything to text files for debug and diagnostic purposes. Linux has a useful command called 'tail' which when used with the 'f' switch in a shell will continually display the bottom of a file, and automatically scroll it upwards as new entries are added. If you want a Windows alternative you can use PowerShell (as long as you're Windows 7 or later) Open a PowerShell prompt, change to the location of your log file and do: Get-Content .\mylogfile.log -wait -- Alan Bourke alanpbourke (at) fastmail (dot) fm
--- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/1461067683.3738827.583156905.3b92e...@webmail.messagingengine.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

