[pkg-horde] Bug#416577: imp4: PHP error when reporting multiple messages as spam

Lee Aylward leedo at prettybrd.com
Thu Mar 29 02:49:03 UTC 2007


Package: imp4
Version: 4.1.3-4
Severity: minor
Tags: patch


When reporting multiple messages as spam from the mail list page I am
giving this PHP warning message. The reported messages are delivered just 
fine, so this is not a major issue.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages imp4 depends on:
ii  horde3                   3.1.3-4         horde web application framework
ii  php-mail-mime            1.3.1-1.1       PHP PEAR module for creating and d
ii  php4-imap                6:4.4.4-8+etch1 IMAP module for php4

Versions of packages imp4 recommends:
ii  locales                     2.3.6.ds1-13 GNU C Library: National Language (

-- no debconf information
-------------- next part --------------
134,137c134,135
<             if (isset($_header)) {
<                 foreach ($_header as $key => $val) {
<                     $this->addHeader(trim($key), trim($val));
<                 }
---
>             foreach ($_header as $key => $val) {
>                 $this->addHeader(trim($key), trim($val));


More information about the pkg-horde-hackers mailing list