On Thu, Apr 19, 2007 at 03:21:48PM +0200, Matthias Haegele wrote: > Michael Alger schrieb: >> On Thu, Apr 19, 2007 at 02:43:10PM +0200, Matthias Haegele wrote: >>> vi /usr/local/etc/dspam.conf >>> >>> Tokenizer chain >>> >>> added the above and restartet amavis. Logs show the same failure.? >> >> Did you remove "Feature chained"? The tokenizer setting /replaces/ >> tokenizer definitions in the "Feature" clause.... > > Where must i remove this feature?
You don't have a line "Feature chained" (or something similar) in your dspam.conf? My understanding of the situation is that you were using dspam 3.6 with the chained tokenizer, which was specified by using "Feature chained" in your dspam.conf. dspam 3.8.0 has changed the configuration syntax, so that to get the same effect you use "Tokenizer chained" rather than "Feature chained", and it no longer recognises "chained" when used with the "Feature" directive. So, you need to /replace/ "Feature chained" with "Tokenizer chained" in your dspam.conf. (N.B. I haven't upgraded to 3.8, so if it still doesn't work after removing "chained" from your Feature list, I won't have a clue what the problem is.)
