I've searched through the docs, the net, and the source code, and I
can't find a way to do the following:

I'd like to start up spamd and specify debug levels in the same way
that I can do it via the spamassassin command line; i.e., via ...

  spamd -D datediff=-10 -D timelog=-3 ...  etc.

Short of explicitly changing the following settings in the file
Mail/SpamAssassin.pm, is there any way to set these debug levels
when invoking spamd?

... or perhaps by sending them in via spamc?

>From the 'new' method within Mail/SpamAssassin.pm:

  $DEBUG->{datediff}=-1;
  $DEBUG->{razor}=-3;
  $DEBUG->{rbl}=0;
  $DEBUG->{timelog}=0;
  $DEBUG->{dnsavailable}=-2;
  # Bitfield:                                                                  
  # header regex: 1 | body-text: 2 | uri tests: 4 | raw-body-text: 8
  # full-text regexp: 16 | run_eval_tests: 32 | run_rbl_eval_tests: 64
  $DEBUG->{rulesrun}=64;

Thanks in advance.

-- 
 Hippo Man
 [EMAIL PROTECTED]


-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future 
of  Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to