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