Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / cleanup / cleanup_milter.in12
blobbf44e601c41ed0cbed34e8ca430a8a7b6bab54a1
1 #verbose on
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
22 close