On Thu, 2010-07-15 at 07:02 -0700, Daniel Lemke wrote: > > Thanks for making me understand this important and critical difference. > > But why then spamassassin script should exist - just for my understanding? > > Like already mentioned, Spamd needs a lot of memory and runs as a Daemon, > therefore it uses some of your system resources all the time. No need for > that if you're only receiving a few mails per day (and for this, we've got > SpamAssassin).
Heh, that came out wrong. :) Nitpicking. You meant "spamassassin" there (as in the script's name). SpamAssassin is much more, includes the daemon, and we do *not* have it just for "a few mails per day". ;) -- 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; }}}