bugSpamAssassin 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

Category:  Item Group: 
Privacy: 
Summary:  *
Original Submission:  Full Markup   

* Mandatory Fields

 

Attached Files

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Please enter the title of George Orwell's famous dystopian book (it's a date):

  

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code