Ives Steglich wrote:

i just had some thoughts about the mailsending problem, and there is a suggestion for a quite simple but i think effective solution to it?

since i had the problem already to:
mailcounter at 5 and the new certs started with serials like
11 or something, then the current implementation just didn't detect new mails and does nothing... since it cant find number 6 and so on...


the main problem is the call of:
sendPreparedMail ($counter, $mail_type);

i think timestamps will be more reliable...
since the case above leads to:

1.msg, 2.msg, 3.msg, 4.msg, 5.msg, 11.msg, 12.msg, 13.msg may be available - so it counts 8 msg and tries to send
(if bevore stoped at 5):


6.msg, 7.msg, 8.msg which are not available...


greetings dalini -- Ives Steglich Email: [EMAIL PROTECTED] System Administration Tel.: +49 (0)3677 - 69 4382/4383 Fax: +49 (0)3677 - 69 4399

Fraunhofer Institute for Digital Media Technology
Langewiesener Strasse 22
98693 Ilmenau                Email (private): [EMAIL PROTECTED]
Germany                      http://www.openca.org


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to