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/09/18 13:03:30 UTC

[Bug 7624] New: FromNameSpoof: fns_ignore_dkim is not a hash

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: dev@spamassassin.apache.org
          Reporter: manuel@mausz.at
  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.

[Bug 7624] FromNameSpoof: fns_ignore_dkim is not a hash

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

Kevin A. McGrail <km...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker
                 CC|                            |kmcgrail@apache.org
   Target Milestone|Undefined                   |3.4.3

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

[Bug 7624] FromNameSpoof: fns_ignore_dkim is not a hash

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

Daniel J. Luke <dl...@geeklair.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dluke@geeklair.net

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

[Bug 7624] FromNameSpoof: fns_ignore_dkim is not a hash

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

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

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

--- Comment #2 from Henrik Krohns <he...@hege.li> ---
Sending        spamassassin-3.4/lib/Mail/SpamAssassin/Plugin/FromNameSpoof.pm
Sending        trunk/lib/Mail/SpamAssassin/Plugin/FromNameSpoof.pm
Transmitting file data ..done
Committing transaction...
Committed revision 1842029.

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

[Bug 7624] FromNameSpoof: fns_ignore_dkim is not a hash

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

Steadramon <pa...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.stead@gmail.com

--- Comment #1 from Steadramon <pa...@gmail.com> ---
Have seen this, will adjust when less busy :)

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

[Bug 7624] FromNameSpoof: fns_ignore_dkim is not a hash

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

--- Comment #3 from Steadramon <pa...@gmail.com> ---
(In reply to Henrik Krohns from comment #2)
> Sending        spamassassin-3.4/lib/Mail/SpamAssassin/Plugin/FromNameSpoof.pm
> Sending        trunk/lib/Mail/SpamAssassin/Plugin/FromNameSpoof.pm
> Transmitting file data ..done
> Committing transaction...
> Committed revision 1842029.

Thanks for cleaning this up - I'll add more comments and fix things from your
other comments

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