Skip to content

Commit 26a72b2

Browse files
Apply RDM's suggestion with slight changes
Co-authored-by: R. David Murray <rdmurray@bitdance.com>
1 parent 3006e53 commit 26a72b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/mailbox.rst

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

1818
.. warning::
1919

20-
The :mod:`!mailbox` module assumes full control over input parameters and the
21-
underlying mailbox storage; it does not protect against untrusted paths or
22-
externally modified data.
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.
2323

2424
.. seealso::
2525

0 commit comments

Comments
 (0)