*snip*
This "inhibited further callbacks" is exactly what I am getting now. However I haven't changed over the running spamc is still 2.4 for now. I want to solve this problem first.
Make sure you have all the prerequesits installed. They are listed int he INSTALL file. I'm doing this tomorrow.
If not, I'm wondering if this has to do with my firewall not letting it out or something. Haven't got a chance to dig any further, and that is just a theory.
Also how did you get the output captured from the lint?? I tried all the obvious things but it won't redir the output!!!
--Chris
Chris Santerre wrote:
Also how did you get the output captured from the lint?? I tried all the obvious things but it won't redir the output!!!
This I can answer: Append "2>&1" before your final redirection; note that this depends on your shell. It works in bash; it should probably work in most other shells; it does NOT work in tcsh. (Essentially, the --lint output is on stderr, which is ignored by "normal" output redirection. Grr.)
Or just work in a windowing environment where you can copy and paste output so long as the shell window scrolls back far enough. <g>
-kgd