2 open test-queue-file12.tmp
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.
7 add_rcpt me@porcupine.org
9 # Delete the recipient added above.
11 del_rcpt me@porcupine.org
13 # Add a new recipient, using a different address than above, so that
14 # the duplicate filter won't suppress it.
16 add_rcpt em@porcupine.org
18 # Delete the recipient.
20 del_rcpt em@porcupine.org