This is a discussion on Re: Long lines with postmap within the mailing.postfix.users forums, part of the Mail Servers and Related category; Additional comment: if the idea is to have postmap fold long header lines, then the code should recognize that something ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Additional comment: if the idea is to have postmap fold long header
lines, then the code should recognize that something is a header. It should not fold non-header text, and it probably also should not apply header patterns to non-header text. In fact, one might want to invoke the mime_state() engine let it do the hard work. postmap -M body -q... apply body patterns postmap -M primary,mime,nested -q... apply header patterns Wietse |