> > This is not spam but malware. Got a virus scanner? > > Yes. But when your scanners do not detect it yet, alternatives are > needed.
Does your virus scanner support custom signatures? :) > > sa-update generally is *not* meant for "signature style updates" once an > > hour like that. > > Noted. I just needed a quick fix to get rid of them and the manual > rules worked like a charm. Sure, SA can help with that easily. You could do the same with the AV, though. Granted, I do find it easier to write a SA rule than a ClamAV sig, but that might be just me. ;) -- char *t="[EMAIL PROTECTED]"; 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; }}}