[Mimedefang] MIMEDefang 2.11 is released

Rich West Rich.West at divatv.com
Mon May 13 20:06:55 EDT 2002


Not that this means much, but since one of the things that we are all 
concerned about is performance, the sample filters should probably do 
their size checks without having to take the extra step to do the math.

eg:
if (-s "./INPUTMSG" < 102400) {

rather than
if (-s "./INPUTMSG" < (1024*100)) {

I know, I know.. it's like no real difference to the CPU, but, hey, I 
thought I would throw it out there since everything else is rather well 
optimized. :)

-Rich

-- 
Richard West                            mailto:richard.west at divatv.com
Sr. Systems Administrator
Diva - Princeton, NJ                    http://www.divatv.com






More information about the MIMEDefang mailing list