Files @ 056827d78073
Branch filter:

Location: kallithea/rhodecode/lib/rcmail/exceptions.py

Marcin Kuzminski
Added use_poll option for latest waitress release.
If fixes issues with 1024 fd limit.

- added example of gunicorn config. It includes
a note about not using multiworker setup.


class InvalidMessage(RuntimeError):
    """
    Raised if message is missing vital headers, such
    as recipients or sender address.
    """


class BadHeaders(RuntimeError):
    """
    Raised if message contains newlines in headers.
    """