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

            Bug ID: 1851872
           Summary: Wrong tag in comment line of DKIM record: 'i=' should
                    be 's='
           Product: Fedora EPEL
           Version: epel8
          Hardware: x86_64
                OS: Linux
            Status: NEW
         Component: amavisd-new
          Severity: low
          Assignee: jorti...@redhat.com
          Reporter: a...@offerman.net
        QA Contact: extras...@fedoraproject.org
                CC: janfr...@tanso.net, jorti...@redhat.com,
                    perl-devel@lists.fedoraproject.org, st...@silug.org,
                    vanmeeuwen+fed...@kolabsys.com
  Target Milestone: ---
    Classification: Fedora



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