On Tue, 10 Dec 2002, Sven wrote:

> > We got a large number of emails everyday, so we are thinking of
> > setting up a local razor catalogue server to improve performance.
> > Can anyone instruct me how to setup a local catalogue server?

> My understanding is that Razor does not delegate out their Catalogue
> servers ... i.e. you cannot set up a local or cached Catalogue
> Server.

That's not exactly wrong but, anyway, you can set up your own cache,
of course.

_Basically_, for every message that arrives you compute signatures by
running them through

  razor-check -H

For every signature you get you look it up in your local razorcache
(see below). If it's there, the message is spam. If not you check for
these signatures, e.g. with

  razor-check -e 3 -S my_cute_e3_sig_from_razor-check_-H

If razor-check reports it as spam you write the signature to
razorcache. If not, the message is clean and shall be delivered.

It probably would be best to keep two caches: one for spam, one for
clean messages. And of course, you probably want to keep your cache at
a certain size (i.e. remove old entries).

HTH,

-- 
-- Andreas



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to