Eduardo Júnior wrote:
> I read and made the following changes: > > $sa_tag_level_deflt = 'undef'; > $sa_tag2_level_deflt = 6.3; > $sa_kill_level_deflt = 15.0; > $sa_dsn_cutoff_level = 15.0; > > > $final_virus_destiny = D_DISCARD; # (defaults to D_BOUNCE) > $final_banned_destiny = D_BOUNCE; # (defaults to D_BOUNCE) > $final_spam_destiny = D_DISCARD; # (defaults to D_REJECT) > $final_bad_header_destiny = D_PASS; > > > $virus_quarantine_to = 'undef'; > $spam_quarantine_to = 'undef'; > $banned_quarantine_to = 'undef'; > $bad_header_quarantine_to = 'undef'; > > but with spam score greater than 15.0 is being delivered and copies being > made for quarantine. > > Part of the log: > > (00959-01) Passed SPAM, <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, > quarantine: > spam-HX9hsQgGx+rU.gz, Message-ID: < > [EMAIL PROTECTED]>, mail_id: > HX9hsQgGx+rU, Hits: 1001.442, queued_as: 626F3439AB2, 1480 ms > > > Any suggestions? > Unquote your 'undef' values. undef is not a string. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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/
