>I am experiencing high CPU usage with a slow build-up of cleanup >processes when using the body_checks with the body_checks.regexp file, >especially when using more complex regular expressions.
your main.cf uses pcre: or regexp: file type to access the body_checks file. pcre: is much more efficient also, you can limit the max bytes the cleanup scans: body_checks_size_limit = 51200 Len
