Codebase list libmail-dkim-perl / 003b4cf
Lowercase q tag before use Marc Bradshaw 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
357357
358358 # although draft-delany-domainkeys-base-06 does mandate presence of a
359359 # q=dns tag, it is quote common that q tag is missing - be merciful
360 return !defined( $self->get_tag('q') ) ? 'dns' : $self->get_tag('q');
360 return !defined( $self->get_tag('q') ) ? 'dns' : lc $self->get_tag('q');
361361 }
362362
363363 =head2 selector()