xref: /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/cleanup_milter.in17e (revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
1#verbose on
2open test-queue-file17e.tmp
3#
4# Delete a recipient. Then add the recipient back.
5
6enable_original_recipient 0
7enable_original_recipient
8
9del_rcpt user@example.com
10add_rcpt user@example.com
11
12close
13