File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1926,8 +1926,9 @@ a specific address, instead of the *real* address:
19261926 ;
19271927 };
19281928
1929- Use the ``allowed_recipients `` option to specify a "whitelist": this will allow emails directed to these specific recipients
1930- to maintain their original destination, as well as being sent to the destinations defined in ``recipients ``:
1929+ Use the ``allowed_recipients `` option to define specific addresses that should
1930+ still receive their original emails. These messages will also be sent to the
1931+ address(es) defined in ``recipients ``, as with all other emails:
19311932
19321933.. configuration-block ::
19331934
@@ -1986,9 +1987,9 @@ to maintain their original destination, as well as being sent to the destination
19861987 ;
19871988 };
19881989
1989- With this configuration, all emails will be sent to ``youremail@example.com ``,
1990- and in addition, those sent to ``internal@example.com ``, ``internal-monitoring@example.fr ``,
1991- etc., will receive emails as usual .
1990+ With this configuration, all emails will be sent to ``youremail@example.com ``.
1991+ Additionally, emails sent to ``internal@example.com ``, ``internal-monitoring@example.fr ``,
1992+ etc., will also be delivered to those addresses .
19921993
19931994.. versionadded :: 7.1
19941995
You can’t perform that action at this time.
0 commit comments