No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / cleanup / cleanup_milter.in2
blobc459a9f6ea6c3f5d6c309398d01e29a4da5ffd47
1 #verbose on
2 open test-queue-file2.tmp
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.
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.
14 # - Postfix must update its idea of the current "append header"
15 # pointer record location.
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.
21 upd_header 1 Subject hey!
22 upd_header 1 Subject hey!
23 upd_header 1 Subject hey!
24 add_header foo foobar
25 upd_header 1 foo foobar
26 upd_header 1 foo foobar
27 upd_header 1 foo foobar
28 close