On Mon, 2007-04-09 at 13:13 -0400, Theo Van Dinter wrote: > On Mon, Apr 09, 2007 at 01:07:35PM -0400, Robert Fitzpatrick wrote: > > sa-update -D --updatedir /usr/local/share/spamassassin --channel > > updates.spamassassin.org > > Do you have a reason to be using --updatedir? If not, stop it. > > > Also, I ran sa-update alone and noticed on our FreeBSD system that it > > was putting the updates in the wrong place > > '/var/lib/spamassassin/3.001.007' and then ran sa-update again with the > > --updatedir option of the correct directory of > > '/usr/local/share/spamassassin', but the spamassassin -D still shows the > > former being used. How can I get it using the latter? I guess this does > > not matter as long as the updates are found. > > You're breaking your installation. If you don't have a reason to change the > defaults, don't change them. >
Got ya, thanks! I saw that somewhere about changing the updatedir on our FreeBSD port installed package. Anyway, either way, if I remove the updates from /var/lib/spamassassin/3.001007 and run 'sa-update', I still see the following. Looks like some things are not working? I have razor, dcc and pyzor installed. esmtp# sa-update -D <snip> [45134] dbg: rules: running meta tests; score so far=-0.001 [45134] info: rules: meta test STOCK_IMG_OUTLOOK has undefined dependency '__ANY_IMAGE_ATTACH' [45134] info: rules: meta test STOCK_IMG_OUTLOOK has undefined dependency '__ENV_AND_HDR_FROM_MATCH' [45134] info: rules: meta test DIGEST_MULTIPLE has undefined dependency 'RAZOR2_CHECK' [45134] info: rules: meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK' [45134] info: rules: meta test DIGEST_MULTIPLE has undefined dependency 'PYZOR_CHECK' [45134] info: rules: meta test STOCK_IMG_HTML has undefined dependency '__ANY_IMAGE_ATTACH' [45134] info: rules: meta test STOCK_IMG_HTML has undefined dependency '__ENV_AND_HDR_FROM_MATCH' [45134] info: rules: meta test STOCK_IMG_HTML has undefined dependency '__PART_STOCK_CID' [45134] info: rules: meta test TVD_FW_GRAPHIC_ID3 has undefined dependency '__TVD_OUTLOOK_IMG' [45134] info: rules: meta test SHORT_HELO_AND_INLINE_IMAGE has undefined dependency '__ANY_IMAGE_ATTACH' [45134] info: rules: meta test STOCK_IMG_HDR_FROM has undefined dependency '__ANY_IMAGE_ATTACH' [45134] info: rules: meta test STOCK_IMG_HDR_FROM has undefined dependency '__ENV_AND_HDR_FROM_MATCH' [45134] info: rules: meta test STOCK_IMG_HDR_FROM has undefined dependency 'TVD_FW_GRAPHIC_ID1' <snip> -- Robert