https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5986
--- Comment #5 from Mark Martinec <[EMAIL PROTECTED]> 2008-09-26 16:07:33 PST --- This will involve some remote troubleshooting, as the problem is elusive and seems to affect only your installation. I have prepared a patch for a file Mail/SpamAssassin/Util.pm (3.2.5) to produce some debugging printout when a problem occurs. You may need to install a Perl module Devel::Peek if it happens that you don't already have it. Since a routine Devel::Peek::Dump writes directly to stdout, I'd like you to start amavisd as follows, redirecting its output to some file (assuming your version is 2.6.1, assuming a sh or bash shell): # amavisd foreground 2>&1 | tee 1.log and leave it running until the problem is reported. Normal mail processing would still be performed, except the master process will stay attached to the terminal instead of daemonizing to the background. When done, just abort it with ^C and restart it normally, there is no need to remove the patch. I'd like to see the contents of this file after a problem occurs. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
