Skip to content

Commit

Permalink
Merge pull request #290 from junxit/recursive_forward_doxfix
Browse files Browse the repository at this point in the history
Update index.md to reflect that recursive forwarding only emits an er…
  • Loading branch information
titanism authored Nov 5, 2024
2 parents 186fd13 + 8e10cf6 commit bf4d2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3560,7 +3560,7 @@ Yes, the default limit is 10. This does NOT mean that you can only have 10 alia

## Can I recursively forward emails

Yes, you can, however you still must adhere to the maximum limit. If you have `hello:[email protected]` and `linus:[email protected]`, then emails to `[email protected]` would get forwarded to `[email protected]` and `[email protected]`. Note that an error will be thrown if you attempt to recursively forward emails.
Yes, you can, however you still must adhere to the maximum limit. If you have `hello:[email protected]` and `linus:[email protected]`, then emails to `[email protected]` would get forwarded to `[email protected]` and `[email protected]`. Note that an error will be thrown if you attempt to recursively forward emails beyond the maximum limit.


## Can people unregister or register my email forwarding without my permission
Expand Down

0 comments on commit bf4d2ea

Please sign in to comment.