summaryrefslogtreecommitdiffstats
path: root/src/cleanup/cleanup_milter.in17f
blob: 03d85c022e68474b5f714169288719ced8dd34e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#verbose on
open test-queue-file17f.tmp
#
# Delete a recipient. Then add the recipient back.

enable_original_recipient 0
enable_original_recipient

del_rcpt user@example.com
add_rcpt user@example.com

# Adding the recipient another time should be a NOOP.
add_rcpt user@example.com

close