On Sat, 2009-02-21 at 12:10 -0500, Gene Heskett wrote:
> On Saturday 21 February 2009, Karsten Bräckelmann wrote:
> > > [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.
> Thanks. I have everything but the Net::Ident installed now, and that fails
> the build.
>
> I take it that enabling this in user_prefs will use some bandwidth do these
You don't enable that in user_prefs, neither local.cf. Net::Ident is
*only* necessary with a particular spamd option. See 'man spamd'.
> checks, so I'll see how the spammy_tokens thing works for a couple of days
> first.
They are entirely unrelated -- and the latter can be used to investigate
Bayes performance and tokens. As discussed in the other part of our
ping-pong style thread... ;)
--
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; }}}