Files @ a2ecf8a530b9
Branch filter:

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

Marcin Kuzminski
don't check for url issue links, since we always want to linkify changeset into a repo link, fixes issue
with issue_pat beeing disabled breaks the urlification


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