@@ -1852,9 +1852,9 @@ a specific address, instead of the *real* address:
1852
1852
;
1853
1853
};
1854
1854
1855
- You may also go even further by restricting the recipient to a specific
1856
- address, except for some specific ones. This can be done by using the
1857
- `` allowed_recipients `` option :
1855
+ Use the `` allowed_recipients `` option to specify exceptions to the behavior defined
1856
+ in the `` recipients `` option; allowing emails directed to these specific recipients
1857
+ to maintain their original destination :
1858
1858
1859
1859
.. configuration-block ::
1860
1860
@@ -1867,7 +1867,7 @@ address, except for some specific ones. This can be done by using the
1867
1867
envelope :
1868
1868
recipients : ['youremail@example.com']
1869
1869
allowed_recipients :
1870
- - ' interal @example.com'
1870
+ - ' internal @example.com'
1871
1871
# you can also use regular expression to define allowed recipients
1872
1872
- ' internal-.*@example.(com|fr)'
1873
1873
@@ -1914,8 +1914,8 @@ address, except for some specific ones. This can be done by using the
1914
1914
};
1915
1915
1916
1916
With this configuration, all emails will be sent to ``youremail@example.com ``,
1917
- except for those sent to ``internal@example.com ``, which will receive emails as
1918
- usual.
1917
+ except for those sent to ``internal@example.com ``, `` internal-monitoring@example.fr ``,
1918
+ etc., which will receive emails as usual.
1919
1919
1920
1920
.. versionadded :: 7.1
1921
1921
0 commit comments