Re: include not working as expected

2006-04-05 Thread Aaron Grewell
> Ah, that's it. According to file(1) the thing ended up in UTF-8. That's a > side effect of my spreadsheet addiction, I was using OpenOffice Calc (on > Linux) to edit the file. I found a program that will do the conversion to > ASCII, so this should be pretty easy to fix once I get that built.

Re: include not working as expected

2006-04-05 Thread Matt Kettler
Aaron Grewell wrote: > On Wednesday 05 April 2006 11:38, Matt Kettler wrote: >> Sounds like you've got something other than spaces/tabs on that line (ie: >> unprintable escape codes), or the file was created on a windows machine >> with windows end-of-line format but is being read by a *nix machine

Re: include not working as expected

2006-04-05 Thread Aaron Grewell
On Wednesday 05 April 2006 11:38, Matt Kettler wrote: > > Sounds like you've got something other than spaces/tabs on that line (ie: > unprintable escape codes), or the file was created on a windows machine > with windows end-of-line format but is being read by a *nix machine. Ah, that's it. Accor

Re: include not working as expected

2006-04-05 Thread Matt Kettler
Aaron Grewell wrote: >> Using include completely redundant at the local.cf level, as SA >> automatically parses /etc/mail/spamassassin/*.cf. Rather than use >> custom_scores.txt, just use custom_scores.cf and put it alongside local.cf. > > That's what I tried first, and got the same errors. So I

Re: include not working as expected

2006-04-05 Thread Aaron Grewell
> Using include completely redundant at the local.cf level, as SA > automatically parses /etc/mail/spamassassin/*.cf. Rather than use > custom_scores.txt, just use custom_scores.cf and put it alongside local.cf. That's what I tried first, and got the same errors. So I thought that maybe I was su

Re: include not working as expected

2006-04-05 Thread Theo Van Dinter
On Wed, Apr 05, 2006 at 10:59:13AM -0700, Aaron Grewell wrote: > I removed my score changes from > local.cf and put them in a separate file called custom_scores.txt, then put > include custom_scores.txt in local.cf. Now SA will no longer lint my config > properly, and fails on each score line t

Re: include not working as expected

2006-04-05 Thread Matt Kettler
Aaron Grewell wrote: > Hi all, > I'm using SA 3.0.4, and I wanted to keep my score modifications in a separate > file from the rest of my configuration. I removed my score changes from > local.cf and put them in a separate file called custom_scores.txt, then put > include custom_scores.txt in l

Re: include not working as expected

2006-04-05 Thread Jim Maul
Aaron Grewell wrote: Hi all, I'm using SA 3.0.4, and I wanted to keep my score modifications in a separate file from the rest of my configuration. I removed my score changes from local.cf and put them in a separate file called custom_scores.txt, then put include custom_scores.txt in local.cf.

include not working as expected

2006-04-05 Thread Aaron Grewell
Hi all, I'm using SA 3.0.4, and I wanted to keep my score modifications in a separate file from the rest of my configuration. I removed my score changes from local.cf and put them in a separate file called custom_scores.txt, then put include custom_scores.txt in local.cf. Now SA will no longer