xref: /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/cleanup_milter.in17f (revision dd75ac5b443e967e26b4d18cc8cd5eb98512bfbf)
1#verbose on
2open test-queue-file17f.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
12# Adding the recipient another time should be a NOOP.
13add_rcpt user@example.com
14
15close
16