On Thu, 2008-11-27 at 22:44 -0600, Luis Daniel Lucio Quiroz wrote: > I wonder if there is any module for SA to detect pornographic photos, not > only > OCR.
Not that I know -- and it wouldn't be easy to do... Anyway, unless you're just curious, it's the wrong question IMHO. The real question is, why do they slip by for you. We might be able to help and give some hints, if you provide some details about your setup and most importantly spamples [1]. Haven't seen porn in spam for a long time... guenther [1] Full spam message including headers. Put them up a pastebin that supports showing the *raw* paste or your own web server. -- 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; }}}