Michael H. Collins wrote:
> I want to pass the debug command to spamassassin using
> the init scripts redhat supplies.  For the life of me i
> cannot figure out where to insert the flag.
> 
Somewhere around line number 24 you will see:

        SPAMDOPTIONS="-d -c -a -m5 -H"

append -D to the list of options similar to the following:

        SPAMDOPTIONS="-d -c -a -m5 -H -D"

Stop and restart spamd using the script and you should be in debug mode.

Dennis Duval



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to