xref: /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/cleanup_milter.in17d (revision 4a6720548cbf2e9325ed049c8a675ae86609f654)
1#verbose on
2open test-queue-file17d.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
12# The above has confirmed that recipient is in the duplicate filter.
13# Now verify that del_rcpt will delete it, and that a subsequent
14# add_rcpt_par will NOT be ignored.
15del_rcpt user@example.com
16add_rcpt_par user@example.com NOTIFY=never
17
18close
19