Hi, i have a HUGE problem with the email generation. this is from lib/functions/crypto-utils.lib line 1606:
my $subject = gettext ("OpenCA Certificate information");
my $enc_subject = MIME::Base64::encode($subject,"");
$subject = "=?" . $encoding . "?B?" . $enc_subject . "?=";
my $to = crypto_get_admin_account();
$to = $cert->getParsed()->{EMAILADDRESS}
if ( defined $cert->getParsed()->{EMAILADDRESS} and
$cert->getParsed()->{EMAILADDRESS} );
$no_enc_msg .= "To: $to\n".
"From: ".crypto_get_admin_account()."\n".
"Subject: $subject\n".
"\n$new_msg\n";
you can see here, that the subject is created in a very
strange way, so ist looks like this:
[EMAIL PROTECTED]
when sending the mails, the subject is not parsed back to a
readable form. i propose, that this is working for others,
but its not working for me :(
can someone explain me this?
Regards til
smime.p7s
Description: S/MIME cryptographic signature
