Nick, to cure your timeout issues, try using spamc's trick of bypassing
actually processing the message for large messages.  Basically, as it's
reading the message, it checks how much message is there, then if it
gets more than 250k it just sends it back out unprocessed.  If less than
250k, it forwards to spamd for processing.  It doesn't need to know
ahead of time how big the message will be, it just reads it in to find
out.

C

On Wed, 2002-03-20 at 08:38, Nick Fisher wrote:
> > >>Good to see that someone is working on this.  I expect we'll have some
> > >>help from a commercial company too in the next few weeks/months on
> > >>assisting with making windows stuff work better here.
> > >>
> > >HAHAHAHAHAHAHAHAHAH. Well thanks... basicly what your saying is that I
> > >should have just sat back and waited! Here's me bustin my hump building a
> > >nice little util....
> > >I'm guessing from the "commercial company" referance that you
> > don't want to
> > >disclose who but can you tell us what? I tryed to find a good way to
> > >intergrate SA on Win32 and the proxy was the only route I could
> > realy find.
> > >If I realy tryed I could probbaly hook in to OutLook but it would be a
> > >nastie peice of code calling Perl... and with the startup lag
> > time it would
> > >take forever. I looked at a few mail servers and there wern't
> > any easy ways
> > >there either. I'd love to know what the idea is......
> > I've done some small scale experiments using PerlCtrl (the thing that
> > allows you to make COM objects from in Perl) to plug into Outlook. Short
> > and curlies of it is that it works, and it keeps Perl in memory, so
> > there's no load-time issue. However I'm not entirely sure how you might
> > make it refresh the rules.
> Wow sounds neat! I wish you luck OutLook is a b***h. Are you/someone going
> to try and sell it?
> 
> > And no, I can't give away the code - sorry :-( But I will say it's easy
> > enough to do, given sufficient tuits.
> Well to tell you the truth although it sounds quite neat I don't realy want
> it. I have an office full of staff and we have had alot of bad luck with COM
> objects in OutLook. I realy HATE OutLook. In there was annother Win32 mail
> client that could cope with the ammount of email I handle I would move to
> it.
> 
> I'm currently thinking about giving up on my Proxy server. The problem I
> currently can't get around it timeouts when SA is chewing on a BIG mail.
> OutLook times out before I've even finished reading the mail in. I can't
> think of any way of doing a "keep alive" in a pop session. Unless I want to
> check message sizes somehow (Not easy) I'm fked. ANY BRIGHT IDEAS GREATFULLY
> RECEIVED. Or if anyone knows of a good place to talk to Perlites about
> networking I would be greatfull for that too... I'm still quite new to Perl
> and havn't found any good places to ask techy network questions.
> 
> On a side note I've found a sly way to hook in to our mail server (MDeamon5)
> on a user by user basis. It's a little funky but I should have it working
> soon. If that works... Muhahahhahah... the Spam will fall....
> 
>       Nick
> 
> 


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

Reply via email to