Wietse Venema: > Austin Witmer: > > So, I am needing some help with some headers checks I am doing on my > > postfix mail server . . . > > > > It is my understanding that header checks are processed line by line, > > No. The manpage says: > > Each message header or message body line is compared against a list of > patterns. When a match is found the corresponding action is executed, > and the matching process is repeated for the next message header or > message body line.
Sorry I was a bit grumpy. If you want to make tests indpendent of the message header order, use milter-regex or a custom milter as suggested. Wietse