Hmm ok. It is the one I have though.
Thanks.
Dennis Duval wrote:
Dennis Duval wrote:
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 numbe
Dennis Duval wrote:
> 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 -
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
This is for Redhat 9.0, I'm not sure if it's in the same place for other
versions.
The init script reads from:
/etc/sysconfig/spamassassin
and if it is not found has it defined in the init script itself.
You could add into the init script a debug option ala:
debug)
#Put what ever oth