diff options
Diffstat (limited to '')
-rw-r--r-- | src/cleanup/cleanup_milter.in17a | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cleanup/cleanup_milter.in17a b/src/cleanup/cleanup_milter.in17a new file mode 100644 index 0000000..c7eb361 --- /dev/null +++ b/src/cleanup/cleanup_milter.in17a @@ -0,0 +1,9 @@ +#verbose on +open test-queue-file17a.tmp +# +# Delete a recipient. Then add the recipient back. + +del_rcpt user@example.com +add_rcpt user@example.com + +close |