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...@spamassassin.apache.org on 2022/06/14 09:12:33 UTC

[Bug 8009] New: t/all_modules.t fails if optional DMARC or SPF modules not installed

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

            Bug ID: 8009
           Summary: t/all_modules.t fails if optional DMARC or SPF modules
                    not installed
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Regression Tests
          Assignee: dev@spamassassin.apache.org
          Reporter: sidney@sidney.com
  Target Milestone: Undefined

Note this is similar to bug 7979 but is not a duplicate. It is a result of
changes to DMARC made since then, and also happens with SPF.

DMARC and SPF now emit dbg messages when their optional module is not
installed, and that is caught by the "at_line" anyi=pattern in all_modules.t.

As far as I can tell there is no circumstance in which the at_line pattern will
match against an actual error that is not already caught by the "warn"
ant-pattern in that test, so we should delete the at_line" anti-pattern.

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

[Bug 8009] t/all_modules.t fails if optional DMARC or SPF modules not installed

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

Sidney Markowitz <si...@sidney.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |4.0.0
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |sidney@sidney.com

--- Comment #1 from Sidney Markowitz <si...@sidney.com> ---
trunk % svn ci -m "Bug 8009 - Delete anti-pattern that matches when some
optional modules are missing, and not real errors" t/all_modules.t 
Sending        t/all_modules.t
Transmitting file data .done
Committing transaction...
Committed revision 1901899.

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