On Mon, 27 Jul 2009 23:59:20 -0700
Tim Howe <th...@bendtel.net> wrote:

> I have the following for my originating senders:
> 
> $interface_policy{'10026'} = 'ORIGINATING';
> 
> $policy_bank{'ORIGINATING'} = {  # mail supposedly originating from our users
>   originating => 1,  # declare that mail was submitted by our smtp client
>   virus_admin_maps => ["virus_adm...@$mydomain"],
>   spam_admin_maps  => ["spam_adm...@$mydomain"],
>   warnbadhsender   => 1,
>   warnspamsender   => 1,
>   spam_tag_level_maps  => [2.1],
>   spam_tag2_level_maps => [7],
>   spam_kill_level_maps => [10],
>   spam_dsn_cutoff_level_maps => [3000],
>   final_spam_destiny => D_BOUNCE,
>   smtpd_discard_ehlo_keywords => ['8BITMIME'],
>   bypass_banned_checks_maps => [1],
>   terminate_dsn_on_notify_success => 0
> };

        It seems the "originating => 1" must override certain things.  I have
cut it out and am getting behavior closer to what I want.

--TimH

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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