On Monday 19 September 2005 15:36, Sameer N Ingole wrote: > I am trying to find a solution on reconfiguring spamassasin. In the > meanwhile > does anyone here have any solution on this as to how I can modify that > header > field? > (till I find answer to my question, its time to research again..!)
well, I see two possibilities: - setup a host which only accepts authenticated mails and don't scan them wich SA. - the easiest (and IMHO the best) solution is to give all mails which were sent by your authenticated users a negative value in spamassassin. Use AUTHPREPEND environment var, set it to something unique (like "authbysameer") add a header-rule in SA which scans for this value and give it a score of -20 or something... Regards, Matthias
