Luis,

> Hi, list, my Amavis-SA tamdem seems to be "missing" the URIDNSBL plugin
> If I run a mail with a link included in the URIDNSBL blacklist through
> SA (either as root or as amavis), it scopes the link and assigns it a
> score of 2.0. But if I pass the mail through Postfix-Amavis-SA, the
> plugin doesn't fire up.
> X-Spam-Status: No, score=3.964 tagged_above=-100 required=5
>   tests=[BAYES_99=3.5, HTML_30_40=0.463, HTML_MESSAGE=0.001]

It looks your Razor is not hitting either.

Perhaps you have network tests disabled?  ( $sa_local_tests_only )

> Yes, I remember the discussion about the modules. In fact, I tried the
> preload code, and it fired up an error, complaining with something
> like "module_preload not present" or something like that.

The name of the variable is:
  @additional_perl_modules
and was available in 2.4.4 too.

But this is not your problem.

> BTW, if I don't recall badly, the preloading was ment to speed up
> scanning times.

True, and/or to make running in chroot possible without having
to install Perl libraries in chroot.

> I don't have scanning issues (my servers aren't too busy these days).
> But lately, before I came home, I ran amavis in debug mode. And I
> noticed some perl warnings about "use of (.) in concatenation string
> in Util.pm", so Iguess it all started badly

I don't know what it is, but it sounds harmless.

Btw, I tried to run the message you posted on a SA list
through amavisd-new-2.4.4 with SA 2.3.0, with a default
SA installation, and it did hit the:
  HTML_MESSAGE,
  RAZOR2_CF_RANGE_51_100,
  RAZOR2_CF_RANGE_E8_51_100,
  RAZOR2_CHECK,
  URIBL_AB_SURBL,
  URIBL_JP_SURBL,
  URIBL_WS_SURBL

Btw, the:
 0.0 MISSING_MID            Missing Message-Id: header
 0.0 MISSING_DATE           Missing Date: header
 1.3 MISSING_HEADERS        Missing To: header
 1.8 MISSING_SUBJECT        Missing Subject: header
which you reported on the SA list are bogus, it seems you
fed a wrapped Received line to spamassassin, which undestood it
as end-of-header. Should be something like:

Received: from [83.12.246.226] by mail.medienkulturhaus.at;
 Fri, 8 Jun 2007 20:25:53 -0100

and not:

Received: from [83.12.246.226] by mail.medienkulturhaus.at; Fri, 8 Jun
2007 20:25:53 -0100


  Mark


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to