blob: e2e254641cee0350aa5d963990f02ea006ffe50f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#verbose on
open test-queue-file17e.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
close
|