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

            Bug ID: 7624
           Summary: FromNameSpoof: fns_ignore_dkim is not a hash
           Product: Spamassassin
           Version: 3.4.2
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: spamassassin
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: Undefined

Enabling FromNameSpoof without any other configuration results in:
> spamd[2061]: rules: failed to run DKIM_ADSP_CUSTOM_LOW test, skipping:
> spamd[2061]:  (Not a HASH reference at 
> /..../Mail/SpamAssassin/Plugin/FromNameSpoof.pm line 319.
> spamd[2061]: )

The relevant line is:
> return 0 if ($self->{main}{conf}{fns_ignore_dkim}{$addr});

I assume this is because fns_ignore_dkim is of type
$Mail::SpamAssassin::Conf::CONF_TYPE_STRINGLIST, which is an array of strings
rather than a hashmap.

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

Reply via email to