Can't specify sa_dsn_cutoff_level in a policy bank?

Tim Howe thowe at bendtel.net
Wed Nov 23 21:26:09 CET 2011


The DSN is still suppressed when I do this:

$policy_bank{'ORIGINATING'} = {
  originating => 1,
  bypass_spam_checks_maps => [0],
  final_spam_destiny => D_BOUNCE,
  spam_crediblefrom_dsn_cutoff_level_maps => [1300],
  virus_admin_maps => ["virusalert\@$mydomain"],
  spam_admin_maps  => ["virusalert\@$mydomain"],
  spam_kill_level_maps => [7.0],
  bypass_banned_checks_maps => [1],  # allow sending any file names and types
  terminate_dsn_on_notify_success => 0,  # don't remove NOTIFY=SUCCESS option
};

The only way I can get the DSN sent is by doing this globally:

$sa_crediblefrom_dsn_cutoff_level = 1300;

--TimH


More information about the amavis-users mailing list