[bugs] [Bug 977] New - Blacklist error

bugs@bugs.horde.org bugs@bugs.horde.org
Sun, 16 Jun 2002 05:12:40 -0300


http://bugs.horde.org/show_bug.cgi?id=977

*** shadow/977	Sun Jun 16 05:12:40 2002
--- shadow/977.tmp.28037	Sun Jun 16 05:12:40 2002
***************
*** 0 ****
--- 1,39 ----
+ Bug#: 977
+ Product: Horde
+ Version: other
+ Platform: PHP Code
+ OS/Version: FreeBSD
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: norm@goes.com               
+ URL: 
+ Summary: Blacklist error
+ 
+ On line 150 of horde/imp/message.php an error is generated with the "blacklist" 
+ option is selected while viewing an email.
+ 
+ It appears that the line:
+ 
+ $headers = new IMP_Headers($index);
+ 
+ should read:
+ 
+ $imp_headers = new IMP_Headers($index);
+ 
+ A little snip of the code follows:
+  
+   case IMP_BLACKLIST:
+      $filters = @unserialize($prefs->getValue('filters'));
+      $imp_headers = new IMP_Headers($index);
+      $h = $header->getHeaderObject();
+ 
+ Regards,
+ Norman Brandinger
+ Global Online
+ norm@goes.com
+