1#verbose on 2open test-queue-file17c.tmp 3# 4# Delete a recipient. Then add the recipient back, with a DSN NOTIFY 5# record instead of a DSN original recipient. Then add the same again. 6# The second command should be ignored as a duplicate. 7 8del_rcpt user@example.com 9add_rcpt_par user@example.com NOTIFY=never 10add_rcpt_par user@example.com NOTIFY=never 11 12close 13