SpamExperts/OrangeAssassin

View on GitHub

Showing 802 of 802 total issues

Line too long (80 > 79 characters)
Open

        :param minimum: required, message contains at least this much pixel area
Severity: Minor
Found in oa/plugins/pdf_info.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (91 > 79 characters)
Open

               "pyzor_servers": ("list", ["public.pyzor.org:24441", "oa.pyzor.org:24441"])}
Severity: Minor
Found in oa/plugins/pyzor.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (80 > 79 characters)
Open

                                            self.ruleset.conf["required_score"])
Severity: Minor
Found in oa/protocol/check.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

XXX found
Open

        # XXX need to figure out what's the deal with override username
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

    # XXX This needs a regular expression, but it doesn't seem worth having this
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

    # XXX whole check work with regular expressions just for this.
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

            # XXX This does not work properly anymore
Severity: Minor
Found in oa/plugins/mime_eval.py by fixme

XXX found
Open

# XXX file? I don't think SA allows that, and they are generally quite
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

    # XXX Strange name?
Severity: Minor
Found in oa/plugins/body_eval.py by fixme

XXX found
Open

    # XXX This needs a regular expression, but it doesn't seem worth having this
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

        # XXX This is strange, but it's what SA does.
Severity: Minor
Found in oa/message.py by fixme

XXX found
Open

        # XXX If x2 is very large, exp(-m) will underflow to 0.
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

    # XXX This needs a regular expression, but it doesn't seem worth having this
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

# XXX Should some of these options be controllable in the configuration
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

# XXX This could use a lot of modernisation.
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

    # XXX whole check work with regular expressions just for this.
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

    # XXX whole check work with regular expressions just for this.
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

# XXX complex to understand and get right.
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

        # XXX SA wraps this in a timer.
Severity: Minor
Found in oa/plugins/bayes.py by fixme

XXX found
Open

        #     # XXX skip everything for now.
Severity: Minor
Found in oa/rules/parser.py by fixme
Severity
Category
Status
Source
Language