Re: header_pos_top
Tom Kistner <[email protected]> Thu, 16 Sep 2004 22:32:07 +0200
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
David wrote: > when using control = header_pos_top to add a received-spf > header, next (sometimes the two next) header/s added by a > single 'warn message' are added before the received-spf > header instead of being added at the bottom of headers. Like I wrote in the docs, the selected position preference is remembered inside the same ACL. You should flip it back to header_pos_bottom if you want that :) /tom