Hey Gary

Sorry, I didn't catch your answer before...

> MD wrote:
> 
> Version 3.1 works slower on my system, but it seems to catch a little
> more spam. If you upgrade to 3.1 you should consider moving Bayes to
> MySQL (if you have not already done so and if you have enough memory).
> Here is a document that may help there if this interests you:
> http://www200.pair.com/mecham/spam/debian-spamassassin-sql.html
> 
> If you like, you can install spamassassin 3.1 from 'testing'
> provided you have configured a testing source in /etc/apt/sources.list
> and set priorities in /etc/apt/preferences.
> http://jaqque.sbih.org/kplug/apt-pinning.html

Great & interesting, THX.
For now i still work with 20030616p10-5 since it did exactly what I
wanted..

But as I see now, if I add:
$banned_filename_re = new_RE(
...
 [ qr'^\.(rpm|cpio|tar)$'       => 0 ],  # allow any in Unix-type
archives
 [ qr'^\.(gz)$'=> 0],   # allow gzipped
 [ qr'^\.(zip|rar|arc|arj|zoo)$'=> 0 ],  # allow any within such
archives
 [ qr'^\.(smp)$'=> 0 ], # allow Supermailer file

not only forbidden exefiles (within banned_filename_re) are passed, but
also complete virus check is being passed?!

If I want a zip or so to allow exe in content but these need to be
viruschecked - how do I need to configure?

> Here is my amavisd-new memory usage (version 2.3.3, spamassassin 3.1):
> Mem:    385624k total,   325060k used,    60564k free,    50268k
buffers
> Swap:  1951856k total,     2184k used,  1949672k free,   137956k
cached
> 
>   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
> 19600 amavis     9   0 51300  50m  47m S  0.0 13.3   0:00.02
amavisd-new
> 19599 amavis     9   0 51296  50m  47m S  0.0 13.3   0:00.04
amavisd-new
> 19595 amavis     9   0 51204  49m  47m S  0.0 13.3   0:05.26
amavisd-new

... memory becomes cheaper and cheaper ;-) ...

> Gary V

:-) Miro



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to