~ubuntu-branches/ubuntu/natty/amavisd-new/natty

« back to all changes in this revision

Viewing changes to debian/conf/20-package

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-02-24 19:27:53 UTC
  • mfrom: (3.1.7 feisty)
  • Revision ID: james.westby@ubuntu.com-20070224192753-fvvima53q1jrp34x
Tags: 1:2.4.2-6.1
* Non-maintainer upload to fix pending l10n issues.
* Debconf translations
  - Remove extra debian/po/de.po~
  - Convert all translation files to UTF-8
  - Russian. Closes: #405243
  - Spanish. Closes: #408734
  - Italian. Closes: #409831
* Add very simple LSB headers to init scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use strict;
 
2
 
 
3
# These settings are here just to enable a Debian package that does not
 
4
# depend on clamav.  The local admin is expected to override them
 
5
# in /etc/amavis/conf.d/15-content_filter_mode, if any sort of antivirus
 
6
# support is wanted
 
7
 
 
8
@bypass_virus_checks_maps  = (1);  # DISABLE anti-virus code by default
 
9
 
 
10
# These settings are here just to enable a Debian package that does not
 
11
# depend on spamassassin.  The local admin is expected to override them
 
12
# in /etc/amavis/conf.d/15-content_filter_mode, if spamassassin support
 
13
# is wanted
 
14
 
 
15
@bypass_spam_checks_maps  = (1);  # DISABLE anti-spam code by default
 
16
 
 
17
1;  # insure a defined return