Hello, all. For what it's worth, I've put together some patches, one
for the DBI problem I described in earlier emails and another to correct
some grammar and spelling in the mail templates for C and en_GB. I'm
not that experienced in putting together diffs and especially in how you
prefer to received them so please feel free to change them if they are
at all useful. I'll both attached them to this email and paste them in
below. Here is the blurb from our internal documentation:
cd src/common/lib/
patch -p1 < opencamail-1.0.2.patch
cd ../../modules/openca-dbi (i.e., src/modules/openca-dbi/)
patch -p0 < opencaDBI.pm-1.0.2.patch
opencaDBI.pm-1.0.2.patch
--- DBI.pm 2008-12-07 00:53:21.000000000 +0000
+++ DBI.fixed.pm 2008-12-06 21:52:16.000000000 +0000
@@ -2380,9 +2380,11 @@
}
}
- ## order by key to support correct listings
- $query.= " order by ".
- $OpenCA::DBI::SQL->{VARIABLE}->{$arguments
{TABLE}."_ORDERBY"}[0];
+ if ( $mode ne "count(*)" ) {
+ ## order by key to support correct listings
+ $query.= " order by ".
+ $OpenCA::DBI::SQL->{VARIABLE}->{$arguments
{TABLE}."_ORDERBY"}[0];
+ }
$self->debug ("searchItems: query: $query");
opencamail-1.0.2.patch
diff -Naur mails/C/certsMail.msg mails.fixed/C/certsMail.msg
--- mails/C/certsMail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/C/certsMail.msg 2008-12-07 00:22:37.000000000 +0000
@@ -1,12 +1,12 @@
Dear @USER@,
-You are able to download the requested certificate from our server
+You may download the requested certificate from our server
at the URI:
@httpd_protocol@://@httpd_host@@httpd_port@
-please use the serial number reported in the subject of this email.
-You can either follow the proposed link to import the certificate
+Please use the serial number reported in the subject of this email.
+Alternately, you can follow the link below to import the certificate
directly from the server (no action required from you):
@httpd_protocol@://@httpd_host@@httpd_port@@pub_cgi_url_prefix@/pki?cmd=getcert&[EMAIL
PROTECTED]@&type=CERTIFICATE
@@ -17,8 +17,8 @@
@httpd_protocol@://@httpd_host@@httpd_port@@pub_htdocs_url_prefix@
Please remember to keep at least one safe backup of your private
-key: if you'll lose it you'll not be able to read the crypted
-messages you received so far.
+key; if you lose it, you'll not be able to read the encrypted
+messages you have previously received.
Last, but not least, please add the LDAP server of our organization
to your browser's list. You can find it at the following address:
@@ -33,12 +33,12 @@
LDAP Port : @ldap_port@
Dir Root : [EMAIL PROTECTED]@, [EMAIL PROTECTED]@
-Now you are able to search directly users' certificates by the
+You can then directly search users' certificates using the
search facility built in Netscape with just one mouse click.
- Sincerily Yours,
+ Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/C/confirm_cert_sign.msg
mails.fixed/C/confirm_cert_sign.msg
--- mails/C/confirm_cert_sign.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/C/confirm_cert_sign.msg 2008-12-07 00:30:45.000000000
+0000
@@ -1,11 +1,11 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ has been
generated. You can download it now from our server at the URI:
@httpd_protocol@://@httpd_host@@httpd_port@
-Please use the serial number. You can either follow the proposed link
to import
+Please use the serial number. Alternately, you can follow the link
below to import
the certificate directly from the server (no action required from you):
@httpd_protocol@://@httpd_host@@httpd_port@@pub_cgi_url_prefix@/pki?cmd=getcert&[EMAIL
PROTECTED]@&type=CERTIFICATE
@@ -16,8 +16,8 @@
@httpd_protocol@://@httpd_host@@httpd_port@@pub_htdocs_url_prefix@
Please remember to keep at least one safe backup of your private
-key: if you'll lose it you'll not be able to read the crypted
-messages you received so far.
+key; if you lose it, you'll not be able to read the encrypted
+messages you have previously received.
-Sincerily Yours,
+Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/C/expiringMail.msg mails.fixed/C/expiringMail.msg
--- mails/C/expiringMail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/C/expiringMail.msg 2008-12-07 00:24:57.000000000 +0000
@@ -1,18 +1,18 @@
Dear Owner of Certificate __CERT_SERIAL__,
-the certificate with the serial __CERT_SERIAL__ and the subject
-__CERT_SUBJECT__ will expiring at __CERT_NOTAFTER__.
+The certificate with the serial __CERT_SERIAL__ and the subject
+__CERT_SUBJECT__ will expire at __CERT_NOTAFTER__.
The certificate was issued for __CERT_CN__.
Please visit our webpage to request a new certificate or
contact your registration authority to renew the certificate.
-You can simply reply to this email for further informations.
+You can simply reply to this email for further information.
@httpd_protocol@://@httpd_host@@httpd_port@
Please remember that the services for which the certificate
-is used will propably no longer usable if the certificate
-is expired.
+is used will probably no longer be usable once the certificate
+expires.
- Sincerily Yours,
+ Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/C/request_pin_mail.msg
mails.fixed/C/request_pin_mail.msg
--- mails/C/request_pin_mail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/C/request_pin_mail.msg 2008-12-07 00:26:15.000000000
+0000
@@ -1,9 +1,9 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ has been
generated. You can download it now.
-Please use the PIN you are entered during the generation of
+Please use the PIN you entered during the generation of
the request to revoke the certificate.
-Sincerly, your adminstration team
+Sincerely, your administration team
diff -Naur mails/C/secure_pin_mail.msg mails.fixed/C/secure_pin_mail.msg
--- mails/C/secure_pin_mail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/C/secure_pin_mail.msg 2008-12-07 00:27:08.000000000
+0000
@@ -1,10 +1,10 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ has been
generated. You can download it now.
Please use the following PIN to revoke your certificate:
$PIN
-Sincerly, your adminstration team
+Sincerely, your adminstration team
diff -Naur mails/en_GB/certsMail.msg mails.fixed/en_GB/certsMail.msg
--- mails/en_GB/certsMail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/en_GB/certsMail.msg 2008-12-07 00:29:26.000000000 +0000
@@ -1,12 +1,12 @@
Dear @USER@,
-You are able to download the requested certificate from our server
+You may download the requested certificate from our server
at the URI:
@httpd_protocol@://@httpd_host@@httpd_port@
-please use the serial number reported in the subject of this email.
-You can either follow the proposed link to import the certificate
+Please use the serial number reported in the subject of this email.
+Alternately, you can follow the link below to import the certificate
directly from the server (no action required from you):
@httpd_protocol@://@httpd_host@@httpd_port@@pub_cgi_url_prefix@/pki?cmd=getcert&[EMAIL
PROTECTED]@&type=CERTIFICATE
@@ -17,10 +17,10 @@
@httpd_protocol@://@httpd_host@@httpd_port@@pub_htdocs_url_prefix@
Please remember to keep at least one safe backup of your private
-key: if you'll lose it you'll not be able to read the crypted
-messages you received so far.
+key; if you lose it, you'll not be able to read the encrypted
+messages you have previously received.
-Last, but not least, please add the LDAP server of our organization
+Last, but not least, please add the LDAP server of our organisation
to your browser's list. You can find it at the following address:
ldap://@ldap_host@:@ldap_port@/@ca_organization@,@ca_country@
@@ -33,12 +33,12 @@
LDAP Port : @ldap_port@
Dir Root : [EMAIL PROTECTED]@, [EMAIL PROTECTED]@
-Now you are able to search directly users' certificates by the
+You can then directly search users' certificates using the
search facility built in Netscape with just one mouse click.
- Sincerily Yours,
+ Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/en_GB/confirm_cert_sign.msg
mails.fixed/en_GB/confirm_cert_sign.msg
--- mails/en_GB/confirm_cert_sign.msg 2007-11-07 19:53:40.000000000
+0000
+++ mails.fixed/en_GB/confirm_cert_sign.msg 2008-12-07
00:30:32.000000000 +0000
@@ -1,11 +1,11 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ has been
generated. You can download it now from our server at the URI:
@httpd_protocol@://@httpd_host@@httpd_port@
-Please use the serial number. You can either follow the proposed link
to import
+Please use the serial number. Alternately, you can follow the link
below to import
the certificate directly from the server (no action required from you):
@httpd_protocol@://@httpd_host@@httpd_port@@pub_cgi_url_prefix@/pki?cmd=getcert&[EMAIL
PROTECTED]@&type=CERTIFICATE
@@ -16,8 +16,8 @@
@httpd_protocol@://@httpd_host@@httpd_port@@pub_htdocs_url_prefix@
Please remember to keep at least one safe backup of your private
-key: if you'll lose it you'll not be able to read the crypted
-messages you received so far.
+key; if you lose it, you'll not be able to read the encrypted
+messages you have previously received.
-Sincerily Yours,
+Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/en_GB/expiringMail.msg
mails.fixed/en_GB/expiringMail.msg
--- mails/en_GB/expiringMail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/en_GB/expiringMail.msg 2008-12-07 00:31:32.000000000
+0000
@@ -1,18 +1,18 @@
Dear Owner of Certificate __CERT_SERIAL__,
-the certificate with the serial __CERT_SERIAL__ and the subject
-__CERT_SUBJECT__ will expiring at __CERT_NOTAFTER__.
+The certificate with the serial __CERT_SERIAL__ and the subject
+__CERT_SUBJECT__ will expire at __CERT_NOTAFTER__.
The certificate was issued for __CERT_CN__.
Please visit our webpage to request a new certificate or
contact your registration authority to renew the certificate.
-You can simply reply to this email for further informations.
+You can simply reply to this email for further information.
@httpd_protocol@://@httpd_host@@httpd_port@
Please remember that the services for which the certificate
-is used will propably no longer usable if the certificate
-is expired.
+is used will probably no longer be usable once the certificate
+expires.
- Sincerily Yours,
+ Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/en_GB/request_pin_mail.msg
mails.fixed/en_GB/request_pin_mail.msg
--- mails/en_GB/request_pin_mail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/en_GB/request_pin_mail.msg 2008-12-07 00:32:02.000000000
+0000
@@ -1,9 +1,9 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ has been
generated. You can download it now.
-Please use the PIN you are entered during the generation of
+Please use the PIN you entered during the generation of
the request to revoke the certificate.
-Sincerly, your adminstration team
+Sincerely, your administration team
diff -Naur mails/en_GB/secure_pin_mail.msg
mails.fixed/en_GB/secure_pin_mail.msg
--- mails/en_GB/secure_pin_mail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/en_GB/secure_pin_mail.msg 2008-12-07 00:32:29.000000000
+0000
@@ -1,10 +1,10 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN
@__DN__@ has been
generated. You can download it now.
Please use the following PIN to revoke your certificate:
$PIN
-Sincerly, your adminstration team
+Sincerely, your adminstration team
--
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
[EMAIL PROTECTED]
http://www.spiritualoutreach.com
Making Christianity intelligible to secular society
--- DBI.pm 2008-12-07 00:53:21.000000000 +0000
+++ DBI.fixed.pm 2008-12-06 21:52:16.000000000 +0000
@@ -2380,9 +2380,11 @@
}
}
- ## order by key to support correct listings
- $query.= " order by ".
- $OpenCA::DBI::SQL->{VARIABLE}->{$arguments {TABLE}."_ORDERBY"}[0];
+ if ( $mode ne "count(*)" ) {
+ ## order by key to support correct listings
+ $query.= " order by ".
+ $OpenCA::DBI::SQL->{VARIABLE}->{$arguments {TABLE}."_ORDERBY"}[0];
+ }
$self->debug ("searchItems: query: $query");
diff -Naur mails/C/certsMail.msg mails.fixed/C/certsMail.msg
--- mails/C/certsMail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/C/certsMail.msg 2008-12-07 00:22:37.000000000 +0000
@@ -1,12 +1,12 @@
Dear @USER@,
-You are able to download the requested certificate from our server
+You may download the requested certificate from our server
at the URI:
@httpd_protocol@://@httpd_host@@httpd_port@
-please use the serial number reported in the subject of this email.
-You can either follow the proposed link to import the certificate
+Please use the serial number reported in the subject of this email.
+Alternately, you can follow the link below to import the certificate
directly from the server (no action required from you):
@httpd_protocol@://@httpd_host@@httpd_port@@pub_cgi_url_prefix@/pki?cmd=getcert&[EMAIL PROTECTED]@&type=CERTIFICATE
@@ -17,8 +17,8 @@
@httpd_protocol@://@httpd_host@@httpd_port@@pub_htdocs_url_prefix@
Please remember to keep at least one safe backup of your private
-key: if you'll lose it you'll not be able to read the crypted
-messages you received so far.
+key; if you lose it, you'll not be able to read the encrypted
+messages you have previously received.
Last, but not least, please add the LDAP server of our organization
to your browser's list. You can find it at the following address:
@@ -33,12 +33,12 @@
LDAP Port : @ldap_port@
Dir Root : [EMAIL PROTECTED]@, [EMAIL PROTECTED]@
-Now you are able to search directly users' certificates by the
+You can then directly search users' certificates using the
search facility built in Netscape with just one mouse click.
- Sincerily Yours,
+ Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/C/confirm_cert_sign.msg mails.fixed/C/confirm_cert_sign.msg
--- mails/C/confirm_cert_sign.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/C/confirm_cert_sign.msg 2008-12-07 00:30:45.000000000 +0000
@@ -1,11 +1,11 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ has been
generated. You can download it now from our server at the URI:
@httpd_protocol@://@httpd_host@@httpd_port@
-Please use the serial number. You can either follow the proposed link to import
+Please use the serial number. Alternately, you can follow the link below to import
the certificate directly from the server (no action required from you):
@httpd_protocol@://@httpd_host@@httpd_port@@pub_cgi_url_prefix@/pki?cmd=getcert&[EMAIL PROTECTED]@&type=CERTIFICATE
@@ -16,8 +16,8 @@
@httpd_protocol@://@httpd_host@@httpd_port@@pub_htdocs_url_prefix@
Please remember to keep at least one safe backup of your private
-key: if you'll lose it you'll not be able to read the crypted
-messages you received so far.
+key; if you lose it, you'll not be able to read the encrypted
+messages you have previously received.
-Sincerily Yours,
+Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/C/expiringMail.msg mails.fixed/C/expiringMail.msg
--- mails/C/expiringMail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/C/expiringMail.msg 2008-12-07 00:24:57.000000000 +0000
@@ -1,18 +1,18 @@
Dear Owner of Certificate __CERT_SERIAL__,
-the certificate with the serial __CERT_SERIAL__ and the subject
-__CERT_SUBJECT__ will expiring at __CERT_NOTAFTER__.
+The certificate with the serial __CERT_SERIAL__ and the subject
+__CERT_SUBJECT__ will expire at __CERT_NOTAFTER__.
The certificate was issued for __CERT_CN__.
Please visit our webpage to request a new certificate or
contact your registration authority to renew the certificate.
-You can simply reply to this email for further informations.
+You can simply reply to this email for further information.
@httpd_protocol@://@httpd_host@@httpd_port@
Please remember that the services for which the certificate
-is used will propably no longer usable if the certificate
-is expired.
+is used will probably no longer be usable once the certificate
+expires.
- Sincerily Yours,
+ Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/C/request_pin_mail.msg mails.fixed/C/request_pin_mail.msg
--- mails/C/request_pin_mail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/C/request_pin_mail.msg 2008-12-07 00:26:15.000000000 +0000
@@ -1,9 +1,9 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ has been
generated. You can download it now.
-Please use the PIN you are entered during the generation of
+Please use the PIN you entered during the generation of
the request to revoke the certificate.
-Sincerly, your adminstration team
+Sincerely, your administration team
diff -Naur mails/C/secure_pin_mail.msg mails.fixed/C/secure_pin_mail.msg
--- mails/C/secure_pin_mail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/C/secure_pin_mail.msg 2008-12-07 00:27:08.000000000 +0000
@@ -1,10 +1,10 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ has been
generated. You can download it now.
Please use the following PIN to revoke your certificate:
$PIN
-Sincerly, your adminstration team
+Sincerely, your adminstration team
diff -Naur mails/en_GB/certsMail.msg mails.fixed/en_GB/certsMail.msg
--- mails/en_GB/certsMail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/en_GB/certsMail.msg 2008-12-07 00:29:26.000000000 +0000
@@ -1,12 +1,12 @@
Dear @USER@,
-You are able to download the requested certificate from our server
+You may download the requested certificate from our server
at the URI:
@httpd_protocol@://@httpd_host@@httpd_port@
-please use the serial number reported in the subject of this email.
-You can either follow the proposed link to import the certificate
+Please use the serial number reported in the subject of this email.
+Alternately, you can follow the link below to import the certificate
directly from the server (no action required from you):
@httpd_protocol@://@httpd_host@@httpd_port@@pub_cgi_url_prefix@/pki?cmd=getcert&[EMAIL PROTECTED]@&type=CERTIFICATE
@@ -17,10 +17,10 @@
@httpd_protocol@://@httpd_host@@httpd_port@@pub_htdocs_url_prefix@
Please remember to keep at least one safe backup of your private
-key: if you'll lose it you'll not be able to read the crypted
-messages you received so far.
+key; if you lose it, you'll not be able to read the encrypted
+messages you have previously received.
-Last, but not least, please add the LDAP server of our organization
+Last, but not least, please add the LDAP server of our organisation
to your browser's list. You can find it at the following address:
ldap://@ldap_host@:@ldap_port@/@ca_organization@,@ca_country@
@@ -33,12 +33,12 @@
LDAP Port : @ldap_port@
Dir Root : [EMAIL PROTECTED]@, [EMAIL PROTECTED]@
-Now you are able to search directly users' certificates by the
+You can then directly search users' certificates using the
search facility built in Netscape with just one mouse click.
- Sincerily Yours,
+ Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/en_GB/confirm_cert_sign.msg mails.fixed/en_GB/confirm_cert_sign.msg
--- mails/en_GB/confirm_cert_sign.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/en_GB/confirm_cert_sign.msg 2008-12-07 00:30:32.000000000 +0000
@@ -1,11 +1,11 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ has been
generated. You can download it now from our server at the URI:
@httpd_protocol@://@httpd_host@@httpd_port@
-Please use the serial number. You can either follow the proposed link to import
+Please use the serial number. Alternately, you can follow the link below to import
the certificate directly from the server (no action required from you):
@httpd_protocol@://@httpd_host@@httpd_port@@pub_cgi_url_prefix@/pki?cmd=getcert&[EMAIL PROTECTED]@&type=CERTIFICATE
@@ -16,8 +16,8 @@
@httpd_protocol@://@httpd_host@@httpd_port@@pub_htdocs_url_prefix@
Please remember to keep at least one safe backup of your private
-key: if you'll lose it you'll not be able to read the crypted
-messages you received so far.
+key; if you lose it, you'll not be able to read the encrypted
+messages you have previously received.
-Sincerily Yours,
+Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/en_GB/expiringMail.msg mails.fixed/en_GB/expiringMail.msg
--- mails/en_GB/expiringMail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/en_GB/expiringMail.msg 2008-12-07 00:31:32.000000000 +0000
@@ -1,18 +1,18 @@
Dear Owner of Certificate __CERT_SERIAL__,
-the certificate with the serial __CERT_SERIAL__ and the subject
-__CERT_SUBJECT__ will expiring at __CERT_NOTAFTER__.
+The certificate with the serial __CERT_SERIAL__ and the subject
+__CERT_SUBJECT__ will expire at __CERT_NOTAFTER__.
The certificate was issued for __CERT_CN__.
Please visit our webpage to request a new certificate or
contact your registration authority to renew the certificate.
-You can simply reply to this email for further informations.
+You can simply reply to this email for further information.
@httpd_protocol@://@httpd_host@@httpd_port@
Please remember that the services for which the certificate
-is used will propably no longer usable if the certificate
-is expired.
+is used will probably no longer be usable once the certificate
+expires.
- Sincerily Yours,
+ Sincerely Yours,
@ca_organization@ Security Staff.
diff -Naur mails/en_GB/request_pin_mail.msg mails.fixed/en_GB/request_pin_mail.msg
--- mails/en_GB/request_pin_mail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/en_GB/request_pin_mail.msg 2008-12-07 00:32:02.000000000 +0000
@@ -1,9 +1,9 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ has been
generated. You can download it now.
-Please use the PIN you are entered during the generation of
+Please use the PIN you entered during the generation of
the request to revoke the certificate.
-Sincerly, your adminstration team
+Sincerely, your administration team
diff -Naur mails/en_GB/secure_pin_mail.msg mails.fixed/en_GB/secure_pin_mail.msg
--- mails/en_GB/secure_pin_mail.msg 2007-11-07 19:53:40.000000000 +0000
+++ mails.fixed/en_GB/secure_pin_mail.msg 2008-12-07 00:32:29.000000000 +0000
@@ -1,10 +1,10 @@
Dear Customer,
-your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ was
+Your certificate with the serial number @__SERIAL__@ and the DN @__DN__@ has been
generated. You can download it now.
Please use the following PIN to revoke your certificate:
$PIN
-Sincerly, your adminstration team
+Sincerely, your adminstration team
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
OpenCA-Devel mailing list
OpenCA-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-devel