On Wed, 2010-06-09 at 12:57 +0100, a.sm...@ukgrid.net wrote: > Quoting Karsten Bräckelmann <guent...@rudersport.de>: > > Anyway, if they are really properly authenticated, they should trigger > > ALL_TRUSTED and hardly anything else. [...]
> According to the wiki: > http://wiki.apache.org/spamassassin/Rules/ALL_TRUSTED > > You only hit the ALL_TRUSTED when mail is from a trusted relay, surely > thats not going to happen if people are sending from a workstation > mail to the server doing the checking? Yes, it does. The originating host ("workstation") is trusted not to send spam, because the submission is authenticated. > Or did you imagine that users > send mail from their client program to a trusted relay that then > forwards on to a server running SA? No need for this. -- char *t="\10pse\0r\0dtu...@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; }}}