1#verbose on
2open test-queue-file2.tmp
3
4# Update a short Subject: header that immediately precedes the "append
5# header" pointer record. The new Subject: header value is stored
6# at the end of the heap, followed by the saved "append header"
7# pointer record value.
8#
9# - Postfix must not consider the "append header" pointer record as
10# if it were part of the short Subject: header. Instead, the record
11# must be saved to the heap, right after the new Subject: header
12# value.
13#
14# - Postfix must update its idea of the current "append header"
15# pointer record location.
16#
17# - While saving the "append header" pointer record value, Postfix
18# must replace a "0" append header" pointer record value by the
19# actual location of the message body content.
20
21upd_header 1 Subject hey!
22upd_header 1 Subject hey!
23upd_header 1 Subject hey!
24add_header foo foobar
25upd_header 1 foo foobar
26upd_header 1 foo foobar
27upd_header 1 foo foobar
28close
29