> My results have been that Gmail won't send it because their spam > filter recognizes it. I've tried Yahoo and they did the same thing.
Sending GTUBE from a *life* account, which may send real mail to that recipient later, isn't a particular good idea anyway. Unless you take care about AWL after testing, AWL will kick your butt, sky-rocketing the score by +500... > I'm a regular user and I'm trying to apply this to my evolution > application. Thanks for any clarification. Just enable the Evolution SA Junk plugin. It will take care of dealing with SA, and even uses the (comparatively lightweight) spamc/d approach. Also, be sure to enable network tests (in the Evo Preferences), which will dramatically increase the accuracy, but result in slower processing. Or are you actually trying this the hard way, calling spamc in a generic pipe filter? guenther -- 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; }}}