Skip to content

Commit 86eca55

Browse files
authored
docs: Fix Invalid catch-all Example (#353)
1 parent 57352b7 commit 86eca55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man/maddy-storage.5.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ addresses (this is a bad idea to do so, this is just an example):
5151
destination_in &local_mailboxes {
5252
deliver_to &local_mailboxes
5353
}
54-
destination_in example.org {
54+
destination example.org {
5555
modify {
5656
replace_rcpt regexp ".*" "[email protected]"
5757
}

0 commit comments

Comments
 (0)