You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2018/05/23 00:11:46 UTC

[Bug 7586] New: Lint does not detect/report unsupported modifiers

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7586

            Bug ID: 7586
           Summary: Lint does not detect/report unsupported modifiers
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: spamassassin
          Assignee: dev@spamassassin.apache.org
          Reporter: jhardin@impsec.org
  Target Milestone: Undefined

If an unsupported modifier is used on a rule, lint will not catch it and the
rule will not behave as expected.

Example:

  header  __LINT_MODIF_UNSUPP  From:address =~ /.*/i

More generally:

  header  __LINT_MODIF_UNSUPP  From:fnord =~ /.*/i

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 7586] Lint does not detect/report unsupported modifiers

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7586

Henrik Krohns <ap...@hege.li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |apache@hege.li

--- Comment #1 from Henrik Krohns <ap...@hege.li> ---
Added validation.

Sending        trunk/lib/Mail/SpamAssassin/Conf/Parser.pm
Transmitting file data .done
Committing transaction...
Committed revision 1888508.

-- 
You are receiving this mail because:
You are the assignee for the bug.