You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Karsten Bräckelmann <gu...@rudersport.de> on 2009/02/05 02:57:21 UTC

Plugin: adding URIs for URIBL tests

Is there any way for a plugin to add URIs for the regular URIBL tests
(as opposed to doing its own DNS checks) -- or is the only way for
adding URIs to have the code in PerMsgStatus::_get_parsed_uri_list() ?

At this point, I'd prefer to have a separate plugin identifying
"specialized" URI patterns. Doesn't look promising, though...


-- 
char *t="\10pse\0r\0dtu\0.@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; }}}