Package: Squirrelmail
Version: 2:1.4.4-10
Severity: normal
When using Reply All on an email with a reply-to header, the address is
duplicated in the To and CC fields.
As far as I can tell, the bug is caused by src/compose.php
/**
* 1) Remove the addresses we'll be sending the message 'to'
*/
$url_replytoall_avoid_addrs = '';
if (isset($header->replyto)) {
$excl_ar = $header->getAddr_a('replyto');
}
Where it says "replyto" it should say "reply_to".
ie.
if (isset($header->reply_to)) {
$excl_ar = $header->getAddr_a('reply_to');
}
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Versions of packages Squirrelmail depends on:
ii apache [httpd] 1.3.33-6sarge3 versatile, high-performance HTTP s
ii perl 5.8.4-8sarge5 Larry Wall's Practical Extraction
ii php4 4:4.3.10-18 server-side, HTML-embedded scripti
ii squirrelmail-locales 1.4.4-20050308-1 Translations for the SquirrelMail
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]