Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: A SpamAssassin-Enabled POP3 Proxy

by McD (Chaplain)
on Aug 27, 2002 at 22:58 UTC ( [id://193301]=note: print w/replies, xml ) Need Help??


in reply to Re: A SpamAssassin-Enabled POP3 Proxy
in thread A SpamAssassin-Enabled POP3 Proxy

Very little - the proxy seems to add fractional seconds per message (see the logs while it's running) but it might "feel" slower in your mail client due to the batched-then-dumped nature of things. The proxy buffers up the whole message, then the client gets it all at once, rather than trickling in. You might see jumpy progress bars as a result sometimes.

One of the biggest lag problems with a SpamAssassin scan happens when SA spins off into the weeds on truly large messages. This may be an acceptable delay in a store-and-forward chain, but in a real time network proxy it's fatal. Pop3Proxy works around that (like many SA apps) by declining to scan messages over a certain size - 250K by default, but it's configurable.

See the discussion on the manpage for more on that.

Peace,
-McD

  • Comment on Re: Re: A SpamAssassin-Enabled POP3 Proxy

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://193301]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-25 16:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found