Re: [AMaViS-user] Letting big mails through

2008-01-10 Thread David Schweikert
On Wed, Jan 09, 2008 at 20:45:12 +0100, Mark Martinec wrote: Is there a way to configure Amavisd-new so that big mails (for example bigger as 10 MB) do not get virus-scanned? If not, is it possible to implement it with a custom hook? Not configurable, but can be done through a custom

Re: [AMaViS-user] Letting big mails through

2008-01-10 Thread Mark Martinec
David, Cool! Thank you. I am using the AM.PDP interface (amavisd-milter). Is it also going to work with that? I believe it will, although I haven't tested it extensively in this setup. Mark - Check out the new

[AMaViS-user] Letting big mails through

2008-01-09 Thread David Schweikert
Hi, Is there a way to configure Amavisd-new so that big mails (for example bigger as 10 MB) do not get virus-scanned? If not, is it possible to implement it with a custom hook? Cheers David - Check out the new

Re: [AMaViS-user] Letting big mails through

2008-01-09 Thread Mark Martinec
- if ($policy_changed) { # restore bank settings -%current_policy_bank = %baseline_policy_bank; $policy_changed = 0; - } + %current_policy_bank = %baseline_policy_bank; # restore bank settings Actually there are two more cases which would need this change, but they do not normally

Re: [AMaViS-user] Letting big mails through

2008-01-09 Thread Mark Martinec
David, Is there a way to configure Amavisd-new so that big mails (for example bigger as 10 MB) do not get virus-scanned? If not, is it possible to implement it with a custom hook? Not configurable, but can be done through a custom hook. I just realized the most elegant way to do it would be