On Wed, 2009-02-18 at 06:03 -0800, an anonymous Nabble user wrote: > Thanks for your hints. The recent version (3.2.5) I installed from CPAN and > you were right, only Mail:SpamAssassin was installed, not > Mail:SpamAssassin:Spamd. I installed spamd from CPAN now but it did not > overwrite the old version. > The old version was installed from a package as far as I remember. ^^^^^^^^^^^^^^ > Is there a generic way to uninstall the old spamd version? Sorry for this > general question, my linux knowledge is very limited.
Uninstall it like it has been installed in the first place. If it is from a package, your distro's package manager sure can uninstall it. -- 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; }}}