Thanks - that's what I needed.

Matt Kettler wrote:
Marc Perkel wrote:
  
I see a section on template tags but it doesn't show what file these
tags are used in. I'm trying to add the vayes score to the header. How
do I do that?
    

with a "add_header" command in local.cf.

add_header all BayesScore _BAYES_

Will add a header called "X-Spam-BayesScore:" with the bayes score to all messages.

If you want it in the X-Spam-Status header you can copy the declarations from
10_misc.cf into local.cf, put a "clear_headers" before them, and edit to your
heart's content.



  

Reply via email to