This file is indexed.

/usr/share/doc/python-lazr.smtptest-doc/html/_sources/.pybuild/pythonX.Y_2.7/build/lazr/smtptest/docs/README.txt is in python-lazr.smtptest-doc 2.0.3-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=============
LAZR smtptest
=============

This is LAZR smtptest, a framework for testing SMTP-based applications and
libraries.  It provides a real, live SMTP server that you can send messages
to, and from which you can read those test messages.  This can be used to
ensure proper operation of your applications which send email.


Importable
==========

The lazr.smtptest package is importable, and has a version number.

    >>> import lazr.smtptest
    >>> print('VERSION:', lazr.smtptest.__version__)
    VERSION: ...


More information
================

For more general usage information, see usage_.  A specific, common test
regime can be found in queue_.

.. _usage: docs/usage.html
.. _queue: docs/queue.html


Copyright
=========

This file is part of lazr.smtptest.

lazr.smtptest is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, version 3 of the License.

lazr.smtptest is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
License for more details.

You should have received a copy of the GNU Lesser General Public License
along with lazr.smtptest.  If not, see <http://www.gnu.org/licenses/>.