-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, How do I use "banned_quarantine_to", whats the syntax? It is not documented. I want to dissable quarantine for banned files, because I use "addr_extension_banned_maps" instead. I'm using 9.3 here. - -- Cheers, Carlos Robinson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFD50omtTMYHG2NR9URAnUZAJ9dBM8lsqj5sWtNfj2as1NXBfxbJQCeJ84Y BHTu0hNbdluTnwtKDKK+3Ko= =iTF3 -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Monday 2006-02-06 at 14:07 +0100, I wrote:
How do I use "banned_quarantine_to", whats the syntax? It is not documented. I want to dissable quarantine for banned files, because I use "addr_extension_banned_maps" instead.
I'm using 9.3 here.
I found another posibility, according to the documentation: | Depending on the mail category (type of malware), the following | variables specify the quarantine method: $virus_quarantine_method, | $spam_quarantine_method, $banned_files_quarantine_method, and | $bad_header_quarantine_method. One way to globally disable quarantine is | to specify undef or an empty string as a value of these variables. A | nonempty string should follow a syntax: | | local:filename-template | bsmtp:filename-template | smtp:hostname:port | smtp:[ip-address-or-hostname]:port | pipe:[flags=q ]argv=command args... So I try: banned_files_quarantine_method = ''; or banned_files_quarantine_method = undef; But both fail with a crash: | nimrodel: # rcamavis restart | Error in config file "/etc/amavisd.conf": Can't modify constant item in scalar assignment at /etc/amavisd.conf line 155, near "'';" | Bareword "banned_files_quarantine_method" not allowed while "strict subs" in use at /etc/amavisd.conf line 155. | failed That's good documentation, yes! :-// - -- Cheers, Carlos Robinson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFD506HtTMYHG2NR9URAq+WAJ4vHjBiVQq999EtU6tID87cuEmEtwCfTRaH SqxzU7Cow9wh4OLoT6j6eTw= =ar8A -----END PGP SIGNATURE-----
On Monday 06 February 2006 13:26, Carlos E. R. wrote:
So I try:
banned_files_quarantine_method = '';
or
banned_files_quarantine_method = undef;
But both fail with a crash: [snip]
$spam_quarantine_method = undef; works here OK - but note the dollar sign at the beginning. :) Fish
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Monday 2006-02-06 at 21:40 -0000, Mark Crean wrote:
$spam_quarantine_method = undef;
works here OK - but note the dollar sign at the beginning.
:)
Argh! :-! :-} <--- in red. - -- Cheers, Carlos Robinson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFD59/ptTMYHG2NR9URAmIkAJ9HH4wUoXhlE7ZZAwmYwQCIJWecaACdEjet GG/T/ApPWuvmjv7MWNWIyYw= =ijkC -----END PGP SIGNATURE-----
participants (2)
-
Carlos E. R.
-
Mark Crean