On Sat, 2009-02-21 at 10:30 -0500, Gene Heskett wrote: > From an sa-update -D:
According to a quick grep, initially to verify my recollection of the IP::Country usage, turns out I did remember correctly... And M::SA::Util::DependencyInfo.pm is your friend. Nice module. :) > [28466] dbg: diag: module not installed: IP::Country::Fast ('require' failed) Used by the RelayCountry plugin (not enabled by default) to determine the domain country codes of each relay in the path of an email. > [28466] dbg: diag: module not installed: Net::Ident ('require' failed) Only used by spamd, optional. If you plan to use the --auth-ident option to spamd, you will need to install this module. > [28466] dbg: diag: module not installed: Mail::DomainKeys ('require' failed) If this module is installed, and you enable the DomainKeys plugin, SpamAssassin will perform Domain Key lookups when Domain Key information is present in the message headers. (Note that new versions of Mail::DKIM render this module superfluous.) -- 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; }}}