On Wed, 5 Mar 2008 [EMAIL PROTECTED] wrote: > Karsten Bräckelmann <[EMAIL PROTECTED]> wrote on 03/05/2008 01:13:11 > PM: > > > On Wed, 2008-03-05 at 11:05 -0500, [EMAIL PROTECTED] wrote: > > > > > > I'm trying to get the RelayCountry plugin running here in order to get > > > a Mime header of all of the relay countries put on all messages. > > > [snip..] > Thanks, > > I think I might have figured out the problem here. I'm using SA with > Sendmail, and using spamass-milter which I believe is not capable of > passing the headers back. I just started down this path, but think it is > the cause.
When using sendmail + milter, it won't work unless you modify the milter code. sendmail hands a -copy- of the message to the milter which then passes it on to SA. It does not matter what SA does with the message, the original is not changed, unless the milter takes explicit steps to tell sendmail to change it in some way. Usual practice is to code the milter to hand the message to SA, look at the returned results and then the milter explicitly tells sendmail to add specific headers to the message. So if you want to add addtional headers to the processed message you'll have to hack the milter code to add them. Dave -- Dave Funk University of Iowa <dbfunk (at) engineering.uiowa.edu> College of Engineering 319/335-5751 FAX: 319/384-0549 1256 Seamans Center Sys_admin/Postmaster/cell_admin Iowa City, IA 52242-1527 #include <std_disclaimer.h> Better is not better, 'standard' is better. B{