On Thu, 30 May 2002, John Horne wrote:
> I am trying to see if we can get some form of dynamic 'required_hits' value
> sent to spamc/spamd which will be used in preference to the system-wide
> value. We have no users on our mailhubs so user preference files are not a
> possibility. But I know that some users will be happy if we set a
> system-wide (site-wide) value of 8.5, others however will want it higher and
> others lower. I'm thinking of getting the mailhubs to do a per-user lookup
> (based on the recipient local part), and to pass the read value to
> spamc/spamd as a command line option. Has anyone done this already? Does it
> sound at all useful to other people?

We are doing something like that. What we have is a small wrapper program.
It pipes the email though spamassassin (header only with required_hits
set really high) and creates it's own header which is easy to parse.

We then have a backend program on the final delivery stage that looks at
the header, does a LDAP query for the users spam threshold and then puts
the email whereever.

-- 
Simon Lyall.                |  Newsmaster  | Work: [EMAIL PROTECTED]
Senior Network/System Admin |  Postmaster  | Home: [EMAIL PROTECTED]
ihug, Auckland, NZ          | Asst Doorman | Web: http://www.darkmere.gen.nz


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to