SpamAssassin Milter Plugin - Bugs: Submit Item
Preamble
<h1>How to submit a good bug report:</h1>
<ul>
<li>Include your OS type and version, sendmail version, and spamass-milter version.
<li>If you are getting timeout errors in your maillog, determine whether the program has crashed. Run "<kbd>ps ax | grep spamass-milter</kbd>". If you are not running Linux, one process means it is still running. If you are running Linux, you need to see <b>three</b> or more processes. Less than three means it has crashed and LinuxThreads didn't clean up.
<li>If the program <i>is</i> crashing, make sure coredumps are enabled and get a stack trace:
<dl>
<dt>BSD/Linux (or any system with gdb):
<dd>$ <kbd>gdb spamass-milter spamass-milter.core</kbd><br>
(gdb) <kbd>where</kbd>
<dt>Solaris:
<dd>$ <kbd>pstack core</kbd>
<dt>Tru64:
<dd>$ <kbd>ladebug spamass-milter core</kbd><br>
(ladebug) <kbd>where</kbd>
</dl>
</ul>
<hr>
Details
Powered by Savane 3.14-8aba.
Corresponding source code