1#verbose on
2open test-queue-file12.tmp
3
4# Add a recipient to a message that was received with "sendmail -t"
5# so that all the recipients are in the extracted queue file segment.
6
7add_rcpt me@porcupine.org
8
9# Delete the recipient added above.
10
11del_rcpt me@porcupine.org
12
13# Add a new recipient, using a different address than above, so that
14# the duplicate filter won't suppress it.
15
16add_rcpt em@porcupine.org
17
18# Delete the recipient.
19
20del_rcpt em@porcupine.org
21
22close
23