You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Karsten Bräckelmann <gu...@rudersport.de> on 2008/10/08 16:41:38 UTC

Re: spamc failover behavior

On Wed, 2008-10-08 at 14:14 +0300, Iavor Stoev wrote:

> and the effect was that the server was with port 783 open and you can 
> establish a successful TCP connection but the server doesn't return 
> anything to the spamc client.
> 
> So when I invoked the spamc again and it accessed server3.com the spamc 
> waited for response from the server and when it didn't received one for 
> 120 seconds it returned spam score 0/0, instead of connecting to another 
> server from the pool.

Bug 5975 [1] and possibly some other related bugs. Too lazy to look for
dupes.

  guenther


[1] https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5975

-- 
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}