Processed: siag: not reproducible
Processing commands for [EMAIL PROTECTED]: > tags 173738 + unreproducible Bug#173738: siag: siag fails to run (relocation error) There were no tags set. Tags added: unreproducible > tags 173738 + moreinfo Bug#173738: siag: siag fails to run (relocation error) Tags were: unreproducible Tags added: moreinfo > Package: siag Unknown command or malformed arguments to command. > Version: unavailable; reported 2003-01-13 Unknown command or malformed arguments to command. > Followup-For: Bug #173738 Unknown command or malformed arguments to command. > With 3.5.3-1 xsiag/tsiag seem ok. Unknown command or malformed arguments to command. > Could you please provide more info? Unknown command or malformed arguments to command. Too many unknown commands, stopping here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#173738: siag: not reproducible
tags 173738 + unreproducible tags 173738 + moreinfo Package: siag Version: unavailable; reported 2003-01-13 Followup-For: Bug #173738 With 3.5.3-1 xsiag/tsiag seem ok. Could you please provide more info? A strace of the program could be useful. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux gandalf 2.4.18-frankie #1 lun ago 5 15:25:32 CEST 2002 i686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] -- Francesco P. Lovergine
videogen_0.21-10_i386.changes ACCEPTED
Accepted: videogen_0.21-10.diff.gz to pool/main/v/videogen/videogen_0.21-10.diff.gz videogen_0.21-10.dsc to pool/main/v/videogen/videogen_0.21-10.dsc videogen_0.21-10_i386.deb to pool/main/v/videogen/videogen_0.21-10_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian.
sabre_0.2.4b-16_i386.changes ACCEPTED
Accepted: sabre-common_0.2.4b-16_all.deb to pool/main/s/sabre/sabre-common_0.2.4b-16_all.deb sabre_0.2.4b-16.diff.gz to pool/main/s/sabre/sabre_0.2.4b-16.diff.gz sabre_0.2.4b-16.dsc to pool/main/s/sabre/sabre_0.2.4b-16.dsc sabre_0.2.4b-16_i386.deb to pool/main/s/sabre/sabre_0.2.4b-16_i386.deb xsabre_0.2.4b-16_i386.deb to pool/main/s/sabre/xsabre_0.2.4b-16_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian.
bnetd_0.4.25-1_i386.changes ACCEPTED
Warning: ignoring bnetd_0.4.25.orig.tar.gz, since it's already in the archive. Accepted: bnetd_0.4.25-1.diff.gz to pool/main/b/bnetd/bnetd_0.4.25-1.diff.gz bnetd_0.4.25-1.dsc to pool/main/b/bnetd/bnetd_0.4.25-1.dsc bnetd_0.4.25-1_i386.deb to pool/main/b/bnetd/bnetd_0.4.25-1_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian.
colorgcc_1.3.2-5_i386.changes ACCEPTED
Accepted: colorgcc_1.3.2-5.diff.gz to pool/main/c/colorgcc/colorgcc_1.3.2-5.diff.gz colorgcc_1.3.2-5.dsc to pool/main/c/colorgcc/colorgcc_1.3.2-5.dsc colorgcc_1.3.2-5_all.deb to pool/main/c/colorgcc/colorgcc_1.3.2-5_all.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian.
pm3i386_1.1.15-2_i386.changes ACCEPTED
Accepted: pm3-boot_1.1.15-2_i386.deb to pool/main/p/pm3i386/pm3-boot_1.1.15-2_i386.deb pm3i386_1.1.15-2.diff.gz to pool/main/p/pm3i386/pm3i386_1.1.15-2.diff.gz pm3i386_1.1.15-2.dsc to pool/main/p/pm3i386/pm3i386_1.1.15-2.dsc Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian.
doc-linux-zh-text_2001.09-2003.01_i386.changes ACCEPTED
Accepted: doc-linux-zh-text_2001.09-2003.01.diff.gz to pool/main/d/doc-linux-zh-text/doc-linux-zh-text_2001.09-2003.01.diff.gz doc-linux-zh-text_2001.09-2003.01.dsc to pool/main/d/doc-linux-zh-text/doc-linux-zh-text_2001.09-2003.01.dsc doc-linux-zh-text_2001.09-2003.01_all.deb to pool/main/d/doc-linux-zh-text/doc-linux-zh-text_2001.09-2003.01_all.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 96024 Thank you for your contribution to Debian.
Bug#176606: elm-me+: wishlist: support for non compliant MIME headers
Package: elm-me+ Version: 2.4pl25ME+100-1.woody.ed.0 Severity: wishlist Could you add the very simple patch below to allow ELM to decode MIME headers that don't expose a MIME-Version field? Some of the mails I receive every day contain only a Content-Type field in their header but no MIME-Version. This patch allow to ELM take into account such emails and proceed them through internal or metamail decoder. Thanks in advance. diff -ur elm-me+-2.4pl25ME+100.old/lib/headers.c elm-me+-2.4pl25ME+100/lib/headers.c --- elm-me+-2.4pl25ME+100.old/lib/headers.c Sun Dec 15 11:00:25 2002 +++ elm-me+-2.4pl25ME+100/lib/headers.c Sat Jan 11 20:08:24 2003 @@ -771,6 +771,12 @@ free_rfc822tokenized(tokens); } +else if (NULL != (tmphdr = locate_header_by_name(result,"Content-Type"))) { + /* Content-Type header field defined but no MIME-Version +* -> Accept it but give warning when message is viewed or replied. +*/ + entry->status |= MIME_MESSAGE|MIME_UNSUPPORTED; +} if (NULL != (tmphdr = locate_header_by_name(result, "X-ELM-OSV"))) { -- System Information Debian Release: 3.0 Kernel Version: Linux jazz 2.4.18-k7 #2 Wed Mar 20 20:28:54 EST 2002 i686 unknown Versions of the packages elm-me+ depends on: ii exim 3.35-1 An MTA (Mail Transport Agent) ii libc6 2.2.5-11.2 GNU C Library: Shared libraries and Timezone ii libncurses55.2.20020112a- Shared libraries for terminal handling ii libssl0.9.60.9.6c-2.woody SSL shared libraries ii exim 3.35-1 An MTA (Mail Transport Agent) ^^^ (Provides virtual package mail-transport-agent)