Danita wrote:

> I have been using SpamAssassin for a number of years.  I installed
> Amavisd-new on SLES9 yesterday for the first time.  I have a couple of
> small questions to start with.

> 1.  YAST says I have version 20030616p9-3.6 installed.  I downloaded
> 2.3.3 and thought I installed it.  Is there a way from the command line
> to see what version of amavisd is actually installed?

Try starting it with an invalid argument, e.g.:
amavisd garbage
If it is a newer version, it will give you the version number.
If it is a 20030616 version, I think it just returns an error.

> 2.  I am accustomed to having full spam reports, i.e.,

> X-Spam-Report: 
>         *  1.1 SARE_RECV_IP_222032 Spam passed through possible spammer relay
>         *  0.1 MISSING_HEADERS Missing To: header
>         *  3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
>         *      [score: 1.0000]
>         *  4.3 URIBL_SC_SURBL Contains an URL listed in the SC SURBL blocklist
>         *      [URIs: bedslime.com]

> I'm only getting terse reports.  Is this not possible?

I believe you want to set:
$sa_spam_report_header = 1;

Even with this setting the report will only appear if the message is passed
to a local recipient (domain is in @local_domains_) and the spam score
for the message is at or above $sa_tag2_level_deflt.

> 3.  I see no evidence that any RBLs are being checked in any of the
> reports.  Have I just missed a setting somewhere?

Very likely you have missed changing:

$sa_local_tests_only = 0;

> I think that's it for now.
> Thanks.
> Danita

Gary V



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
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