Anonymous | Login | 2024-11-21 01:51 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001138 | ClearOS | app-mail-routing - Mail Routing | public | 2013-05-09 07:52 | 2013-06-11 10:27 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | high | Severity | major | Reproducibility | N/A | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.4.0 Updates | Fixed in Version | 6.4.0 Updates | ||||||
Summary | 0001138: Mail routing engine should sanity check status of Zarafa daemons | ||||||||
Description | Testing for the existence of a file (e.g. /var/run/zarafa-server.pid) does not guarantee that Zarafa is really running. A more in-depth test should be done before handing off mail to Zarafa daemons. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000855) user2 2013-05-23 13:59 |
Source Code Changelog --------------------------------------------------- - Fixed some of the error handling due to namespace implementation [tracker 0001138] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6041 [^] U webconfig/apps/mail_routing/trunk/libraries/Filter_Content.php U webconfig/apps/mail_routing/trunk/libraries/Filter_Incoming.php U webconfig/apps/mail_routing/trunk/libraries/Transport.php |
(0000866) user2 2013-05-27 09:12 |
Source Code Changelog --------------------------------------------------- - Removed false positive error check [tracker 0001138] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6061 [^] U webconfig/apps/mail_routing/tags/1.4.37-1/libraries/Filter_Content.php |