File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1926,9 +1926,8 @@ a specific address, instead of the *real* address:
19261926 ;
19271927 };
19281928
1929- Use the ``allowed_recipients `` option to specify exceptions to the behavior defined
1930- in the ``recipients `` option; allowing emails directed to these specific recipients
1931- to maintain their original destination:
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 ``:
19321931
19331932.. configuration-block ::
19341933
@@ -1988,8 +1987,8 @@ to maintain their original destination:
19881987 };
19891988
19901989 With this configuration, all emails will be sent to ``youremail@example.com ``,
1991- except for those sent to ``internal@example.com ``, ``internal-monitoring@example.fr ``,
1992- etc., which will receive emails as usual.
1990+ and in addition, those sent to ``internal@example.com ``, ``internal-monitoring@example.fr ``,
1991+ etc., will receive emails as usual.
19931992
19941993.. versionadded :: 7.1
19951994
You can’t perform that action at this time.
0 commit comments