|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: speeding up header checks
From: *Hobbit* (hobbit
avian.org)
Date: Wed Jun 04 2003 - 14:22:29 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Are you only talking about headers here, or also body_checks? One thing
that helped quite a bit was moving all the body_checks rules that deal
with base64-encoded muck to the top of the list, along with any other
rules whose targets could happen to contain only the characters used
to base64-encode things, and then pass any lines consisting of only
that character-set with possible trailing = signs. Sped things up
considerably. [Ignoring the PCRE vs REGEXP thing here...]
Of course if you're just dealing with headers, never mind... although
you may consider some rule-reordering based on what's most common.
[Received: lines, perhaps?]
_H*
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]