~ubuntu-branches/ubuntu/precise/amavisd-new/precise

« back to all changes in this revision

Viewing changes to debian/etc/conf.d/21-ubuntu_defaults

  • Committer: Bazaar Package Importer
  • Author(s): Imre Gergely
  • Date: 2009-04-13 23:02:24 UTC
  • Revision ID: james.westby@ubuntu.com-20090413230224-82kjc318i1bkmk48
Tags: 1:2.6.2-2ubuntu2
* fix default config to not send bounce mail to sender for
  banned filenames in mail (LP: #360689)
  - debian/etc/conf.d/21-ubuntu_defaults

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# Don't be verbose about sending mail:
9
9
@whitelist_sender_acl = qw( .$mydomain );
10
10
$final_virus_destiny      = D_DISCARD; # (defaults to D_BOUNCE)
11
 
$final_banned_destiny     = D_BOUNCE;  # (defaults to D_BOUNCE)
 
11
$final_banned_destiny     = D_DISCARD;  # (defaults to D_BOUNCE)
12
12
$final_spam_destiny       = D_DISCARD;  # (defaults to D_REJECT)
13
13
$final_bad_header_destiny = D_PASS;  # (defaults to D_PASS), D_BOUNCE suggested
14
14