On Sat, Feb 21, 2004 at 12:46:15AM +0100, Thomas Lamy said: > Also running on a couple of machines at some clients of mine, using > Sarge (testing). Easy to configure, integrates nicely with spamassassin, > and virus names which forge senders are easily configured by regexp. > One drawback: it may use huge amounts of memory, depending on the life > time you configured. I'm not sure what causes this, perl or spamassassin.
If you call spamassassin directly, it will eat large amounts of memory - it has to start up a new perl interpreter and load all the rules for each instance. If you call spamc instead, it will only load a lightweight that pipes the message to a running spamd. True, each call to spamd results in a fork, but I think they share memory, so the overhead isn't usually that high. -- -------------------------------------------------------------------------- | Stephen Gran | When you are in it up to your ears, | | [EMAIL PROTECTED] | keep your mouth shut. | | http://www.lobefin.net/~steve | | --------------------------------------------------------------------------
pgp00000.pgp
Description: PGP signature