You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
575 B

diff --git a/opendkim/opendkim.c b/opendkim/opendkim.c
index 803f37b0..c9dd782d 100644
--- a/opendkim/opendkim.c
+++ b/opendkim/opendkim.c
@@ -10766,7 +10766,7 @@ dkimf_ar_all_sigs(char *hdr, size_t hdrlen, struct dkimf_dstring *tmpstr,
" (%u-bit key%s%s)",
keybits,
dnssec == NULL ? ""
- : "; ",
+ : ", ",
dnssec == NULL ? ""
: dnssec);
}