Files @ 6c705abed11a
Branch filter:

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

Mads Kiilerich
logging: include more info in grant/deny log entries

This gives more useful information when grepping through the logs.


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.
    """