https://bugzilla.redhat.com/show_bug.cgi?id=1851872

Adrian Offerman <a...@offerman.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Comment|0                           |updated



--- Comment #0 has been edited ---

Description of problem:

The comment line generated with the DKIM record shows an 'i=' (identifier) tag,
while this should be the 's=' (selector) tag.

Version-Release number of selected component (if applicable):

2.12.0

How reproducible:

set up a DKIM key pair in the configuration and run the command:
  amavisd -c /etc/amavisd/amavisd.conf showkeys

the first line of a/each DKIM record is a command line, now saying something
like this:
  ; key#27 4096 bits, i=dkim20191228, d=example.com, 
      /etc/amavisd/example.com.dkim20191228.pem
this should be:
  ; key#27 4096 bits, s=dkim20191228, d=example.com, 
      /etc/amavisd/example.com.dkim20191228.pem

Additional info:

Since this is only a comment line providing info on the actual record that
follows, there's no harm done, other than suggesting that this is the
identifier rather than the selector tag.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org

Reply via email to