diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-25 17:48:12 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-25 17:48:12 +0000 |
commit | 3d8a9fcbc7f6c15e533a4a41fecd856467b0680b (patch) | |
tree | 687799ce951263d62af8d6f1953b2ae7469f9ae1 /modules/amavis/templates | |
parent | 1482b96f76b3c436ae2a20430a0b043804d509a6 (diff) | |
download | puppet-3d8a9fcbc7f6c15e533a4a41fecd856467b0680b.tar puppet-3d8a9fcbc7f6c15e533a4a41fecd856467b0680b.tar.gz puppet-3d8a9fcbc7f6c15e533a4a41fecd856467b0680b.tar.bz2 puppet-3d8a9fcbc7f6c15e533a4a41fecd856467b0680b.tar.xz puppet-3d8a9fcbc7f6c15e533a4a41fecd856467b0680b.zip |
no antivirus are deployed for now, and none are planned for the moment
Diffstat (limited to 'modules/amavis/templates')
-rw-r--r-- | modules/amavis/templates/amavisd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/amavis/templates/amavisd.conf b/modules/amavis/templates/amavisd.conf index 60d964f0..a5c85bae 100644 --- a/modules/amavis/templates/amavisd.conf +++ b/modules/amavis/templates/amavisd.conf @@ -773,7 +773,7 @@ $banned_filename_re = new_RE( # Always succeeds and considers mail clean. # Potentially useful when all other scanners fail and it is desirable # to let mail continue to flow with no virus checking (when uncommented). -# ['always-clean', sub {0}], + ['always-clean', sub {0}], ); |