xref: /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/cleanup_milter.in17c (revision 901e7e84758515fbf39dfc064cb0b45ab146d8b0)
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