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
};
My mail log says "DSN suppressed", but I thought this was configured to
send one.
In testing, I get spam notifications to my spam_admin address (this is
not configured elsewhere), but the spam is not bounced to the sender.
Also, the notification email says "Content analysis details: (998.8
points, 5.0 required)" but "5.0" is not the setting anywhere, and
clearly not in this policy. What is the difference between
warnspamsender and "final_spam_destiny => D_BOUNCE" supposed to be
anyway? Why are these policy settings ignored?
--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
[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/