On Thu, 6 Aug 2009 16:38:53 -0400
MySQL Student <mysqlstud...@gmail.com> wrote:


> add_header all Relay-Country _RELAYCOUNTRY_
> ...
> I was hoping to also have the X-Spam-Countries header added, but that
> doesn't seem to work. 

I don't know if it makes a difference, but I call it Relay-Countries to
match the name of the pseudo-header used in the tests

add_header all Relay-Countries          _RELAYCOUNTRY_


> Somewhat of a basic question, but once I do manage to get that header
> working, I know I can parse that and make decisions based on it. Are
> there any pre-written perl routines or utilities that can make that
> information useful?

I find ordinary header and meta rules are all I need:

http://pastebin.com/f5e5232d1

 
> Also, I believe I read it adds bayes metadata to the email. Is that
> just through the additional headers 

Just the header (whether or not it's displayed).

Reply via email to