summaryrefslogtreecommitdiffstats
path: root/src/cleanup/cleanup_milter.in17c
blob: 8c34db41599506fa300b9f44b48bacb87900fff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#verbose on
open test-queue-file17c.tmp
#
# Delete a recipient. Then add the recipient back, with a DSN NOTIFY
# record instead of a DSN original recipient. Then add the same again.
# The second command should be ignored as a duplicate.

del_rcpt user@example.com
add_rcpt_par user@example.com NOTIFY=never
add_rcpt_par user@example.com NOTIFY=never

close