On 8/18/07, Andrea S. Gozzi <[EMAIL PROTECTED]> wrote:
> hi.
> I have a working installation of amavis on a debian etch box.
> virus scanning works perfectly but I'm having a few issues with the spam
> detection.
>
> but even if the message has been flagged as SPAM no header was added!

This question is asked frequently - it is a FAQ. Search for:
No spam-related headers inserted?
in http://www.ijs.si/software/amavisd/#faq-spam

On a Debian machine, in 50-user I would place:
$sa_tag_level_deflt  = undef;

and would explicitly set $mydomain:
$mydomain = 'example.org';

and would create a new @local_domains_maps listing all my domains:

@local_domains_maps =
   ( [ ".$mydomain", 'sub.example.net', '.example.com' ] );

-- 
Gary V

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
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