Miark wrote:
What are your opinions on pcre vs regexp for header_, body_, and mime_checks in Postfix?
I looked at the regexp_table and prce_table man pages, and see almost no difference other than the available flags.
whenever you can, use pcre. it has a "better" syntax. it's also faster but since you shouldn't abuse header_checks, this is not important.