Skip to content

Commit 599ed1a

Browse files
Apply @bitancer's suggestion
Co-authored-by: R. David Murray <rdmurray@bitdance.com>
1 parent 26a72b2 commit 599ed1a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/mailbox.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
1717

1818
.. warning::
1919

20-
The :mod:`!mailbox` module is designed for use in trusted environments,
21-
where all inputs are provided by the local user and the underlying mailbox
22-
storage is accessible only to that user.
20+
The :mod:`!mailbox` module is designed for use in trusted environments,
21+
where data from untrusted sources is never passed to the module's API
22+
calls and only trusted users have access to the filesystems accessible
23+
to the module.
2324

2425
.. seealso::
2526

0 commit comments

Comments
 (0)