<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head><body bgcolor="#FFFFFF">
<div style="margin-left:10px;margin-right:10px;text-indent:0px;padding-left:0px;padding-right:0px;margin-top:0px;"><font face="Verdana" size="+0" color="#000000" style="font-size:10pt;color:#000000;">hmmm..<br>
AmaVis-new:<br>
<br>
# Resource limitations to protect against mail bombs (e.g. 42.zip)<br>
<br>
# Maximum recursion level for extraction/decoding (0 or undef disables limit)<br>
$MAXLEVELS = 14; # (default is undef, no limit)<br>
<br>
# Maximum number of extracted files (0 or undef disables the limit)<br>
$MAXFILES = 1500; # (default is undef, no limit)<br>
<br>
# For the cumulative total of all decoded mail parts we set max storage size<br>
# to defend against mail bombs. Even though parts may be deleted (replaced<br>
# by decoded text) during decoding, the size they occupied is _not_ returned<br>
# to the quota pool.<br>
#<br>
# Parameters to storage quota formula for unpacking/decoding/decompressing<br>
# Formula:<br>
# quota = max($MIN_EXPANSION_QUOTA,<br>
# $mail_size*$MIN_EXPANSION_FACTOR,<br>
# min($MAX_EXPANSION_QUOTA, $mail_size*$MAX_EXPANSION_FACTOR))<br>
# In plain words (later condition overrules previous ones):<br>
# allow MAX_EXPANSION_FACTOR times initial mail size,<br>
# but not more than MAX_EXPANSION_QUOTA,<br>
# but not less than MIN_EXPANSION_FACTOR times initial mail size,<br>
# but never less than MIN_EXPANSION_QUOTA<br>
#<br>
$MIN_EXPANSION_QUOTA = 100*1024; # bytes (default undef, not enforced)<br>
$MAX_EXPANSION_QUOTA = 300*1024*1024; # bytes (default undef, not enforced)<br>
$MIN_EXPANSION_FACTOR = 5; # times original mail size (must be specified)<br>
$MAX_EXPANSION_FACTOR = 500; # times original mail size (must be specified)<br>
<br>
p.s.: Sorry für HTML-Post vorher...<br>
p.p.s: hat irgendwer da was gefunden in bezug auf transparent Mail ablehnen bei Virusbefall, wenn sie reinkommt, um bounces zu sparen?<br>
-- <br>
Wulff D. Heiss<br>
<br>
</font></div>