-----Original Message----- From: Alden Levy [mailto:alden@engineno9inc.com] Sent: Monday, September 27, 2004 4:01 PM To: discuss@lists.surbl.org Subject: [SURBL-Discuss] SA 3.0/URIDNSBL Install Problems
Hi.
While installing SA3.0 yesterday, I *think* I had a problem with URIDNSBL. I cannot get URIDNSBL to run unless I put the following in a cf file: loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
I originally had it in my /etc/mail/spamassassin/local.cf, but I figure it's better where I have it now.
Is it advisable to load this plugin elsewhere? If so, where?
I am running RH 7.3, MS 4.33.3, Perl 5.6.1 with ClamAV (Mail::ClamAV v 0.11).
The relevant (I believe) output of spamassassin -D --lint is:
<snip> debug: plugin: loading Mail::SpamAssassin::Plugin::URIDNSBL from @INC debug: plugin: registered Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x8d44454) debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x8d44454)
*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