Anonymous | Login | 2024-11-21 01:39 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 | ||||
0000038 | ClearOS | app-mail-antispam - Mail Antispam | public | 2010-03-09 08:24 | 2010-06-02 13:31 | ||||
Reporter | bchambers | ||||||||
Assigned To | bchambers | ||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.1 | ||||||||
Target Version | 5.2 | Fixed in Version | 5.2 | ||||||
Summary | 0000038: Incorrect include_once or missing dependency in the Antispam module | ||||||||
Description | Spamassasins's webconfig page requires the Greylisting.class.php. File: /var/webconfig/htdocs/admin/mail-antispam.php Line 28: require_once("../../api/Postgrey.class.php"); On a default install, it's possible to select certain modules that result in installing the antispam module without pulling in the Greylisting module, causing the SpamAssassin web page to fail to load because of the missing file. The Postgrey class is initialized but never used...the solution is likely to remove the require_once function from the top of the SpamAssasin page. Alternatively, adding: Requires: app-greylisting = %VERSION% to the spec file of the SpamAssassin module would pull in the required package. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000070) user2 2010-03-30 16:30 edited on: 2010-08-18 15:08 |
Source Code Changelog --------------------------------------------------- - Remove unecessary postgrey dependency [fixed tracker 0000038] File Changes --------------------------------------------------- U legacy/webconfig/trunk/htdocs/admin/mail-antispam.php |
Issue History | |||
Date Modified | Username | Field | Change |
2010-03-09 08:24 | bchambers | New Issue | |
2010-03-10 08:12 | user2 | Status | new => confirmed |
2010-03-30 16:30 | user2 | Checkin | |
2010-03-30 16:30 | user2 | Note Added: 0000070 | |
2010-03-30 16:30 | user2 | Status | confirmed => resolved |
2010-03-30 16:30 | user2 | Resolution | open => fixed |
2010-03-30 16:31 | user2 | Fixed in Version | => 5.2 |
2010-03-30 16:32 | user2 | Target Version | => 5.2 |
2010-06-02 13:30 | user2 | Status | resolved => assigned |
2010-06-02 13:30 | user2 | Assigned To | => bchambers |
2010-06-02 13:31 | user2 | Status | assigned => resolved |
2010-06-02 13:31 | user2 | Status | resolved => closed |
2010-08-18 15:08 | user2 | Note Edited: 0000070 |