Aquileo | Recent changes to bugshttps://sourceforge.net/p/pfqueue/bugs/Recent changes to bugsenWed, 02 Jul 2014 18:21:57 -0000Aquileo | decode the From: and Subject: headershttps://sourceforge.net/p/pfqueue/bugs/6/<div class="markdown_content"><p>pfqueue should be able to decode the From: and Subject: headers.</p> <p>Currently, I'm seeing:</p> <p>│Message: 3h3Sch4y3KzCsxy │<br /> │From..: "C. Welker" <a href="mailto:iolite@atoz-cro.de">&#105;&#111;&#108;&#105;&#116;&#101;&#64;&#97;&#116;&#111;&#122;&#45;&#99;&#114;&#111;&#46;&#100;&#101;</a> │<br /> │To....: "wolfram.wermke@charite.de" <a href="mailto:wolfram.wermke@charite.de">&#119;&#111;&#108;&#102;&#114;&#97;&#109;&#46;&#119;&#101;&#114;&#109;&#107;&#101;&#64;&#99;&#104;&#97;&#114;&#105;&#116;&#101;&#46;&#100;&#101;</a> │<br /> │Subj..: =?utf-8?b?SWNoIGJpbiB3aWUgZWluZSBGZWRlciBvaG5lIFdpbmQ=?= │<br /> │Status: Held │</p> <h1 id="echo-utf-8bswnoigjpbib3awugzwluzsbgzwrlcibvag5lifdpbmq-perl-mencode-ne-print-encodeutf8decodemime-header_">echo '=?utf-8?b?SWNoIGJpbiB3aWUgZWluZSBGZWRlciBvaG5lIFdpbmQ=?=' | perl -MEncode -ne 'print encode("utf8",decode("MIME-Header",$_))'</h1> <p>Ich bin wie eine Feder ohne Wind</p></div>Ralf HildebrandtWed, 02 Jul 2014 18:21:57 -0000https://sourceforge.net3040850660697f7511132f91ea7956c2e84eb4bbAquileo | pfqueue: crahes if terminal is too wide!https://sourceforge.net/p/pfqueue/bugs/5/<div class="markdown_content"><p>As per debian bug: <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585131" rel="nofollow">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585131</a></p> <p>Size above 251 columns crashes the pfqueue. The user backtrace says this:</p> <p>Program received signal SIGABRT, Aborted.<br /> 0xb7fe2424 in __kernel_vsyscall ()<br /> (gdb) bt<br /> #0 0xb7fe2424 in __kernel_vsyscall ()<br /> #1 0xb7e5f751 in raise () from /lib/i686/cmov/libc.so.6<br /> #2 0xb7e62b82 in abort () from /lib/i686/cmov/libc.so.6<br /> #3 0xb7e9618d in ?? () from /lib/i686/cmov/libc.so.6<br /> #4 0xb7ea0281 in ?? () from /lib/i686/cmov/libc.so.6<br /> #5 0xb7ea1ad8 in ?? () from /lib/i686/cmov/libc.so.6<br /> #6 0xb7ea4bbd in free () from /lib/i686/cmov/libc.so.6<br /> #7 0x0804a6c9 in show_cursor () at fe_ncurses.c:497<br /> #8 0x0804b567 in queue_show () at fe_ncurses.c:700<br /> #9 0x0804c6f8 in main (argc=1, argv=0xbffffc84) at fe_ncurses.c:1111<br /> (gdb) </p> <p>Alas, <br /> #define BUF_SIZE 250<br /> and later:<br /> buf = (char*)malloc(BUF_SIZE);<br /> ...<br /> free ( buf );</p></div>Daniel LeiteMon, 04 Mar 2013 10:29:02 -0000https://sourceforge.neta2b62f10f2dc60426e00e4e7ac472fcbae62c4dcAquileo | 0.5.5 symbol lookup errorhttps://sourceforge.net/p/pfqueue/bugs/4/<div class="markdown_content"><p>I'm getting this on startup of pfqueue-0.5.5:</p> <p>pfqueue: symbol lookup error: /usr/lib/libpfq_postfix2.so.0.0.0: undefined symbol: pfq_queue_count</p> <p>postfix-2.3.6 is installed, in case it matters</p></div>Andrej KacianThu, 01 Feb 2007 17:45:29 -0000https://sourceforge.nete159e82e8c593798d7de3ba75be81cc60794fe55Aquileo | 0.5.0 segfaults when exiting with "q"https://sourceforge.net/p/pfqueue/bugs/3/<div class="markdown_content"><p>Complied v0.5.0 with Gentoo ebuild out of the box.<br /> All prior versions worked fine.<br /> 0.5.0 segfaults when exiting the application with "q".<br /> Works nicely before that (although it autodetects exim<br /> backend when postfix2 should haven been detected, no<br /> exim on the machine (does print "exim pfqueue backend:<br /> cannot guess spool_directory" to stderr as from pfq_exim).<br /> When forced with -b postfix2 this message does not show<br /> anymore but the segfault at program exit stays, so I<br /> guess it's unrelated.</p> <p>Compiled with -O2 -march=pentium4 -fomit-frame-pointer.<br /> Recompiling does not change anything.<br /> Segfault is reproducable.</p> <p>Coredump (.gz'd) attached.</p></div>AnonymousFri, 14 Oct 2005 20:51:29 -0000https://sourceforge.netc3d6ade1da6ebdd5082208480af19c4c5c33ab6eAquileo | 0.5.0: Broken dynamic linking with custom --libdirhttps://sourceforge.net/p/pfqueue/bugs/2/<div class="markdown_content"><p>I've tried building pfqueue with<br /> --libdir=/usr/lib/pfqueue, and resulting binary<br /> couldn't link to libpfqueue.so:</p> <p># ldd /usr/bin/pfqueue<br /> linux-gate.so.1 =&gt; (0xffffe000)<br /> libpfqueue.so.0 =&gt; not found<br /> libdl.so.2 =&gt; /lib/libdl.so.2 (0xb7fbd000)<br /> libpthread.so.0 =&gt; /lib/tls/libpthread.so.0 (0xb7fab000)<br /> libncurses.so.5 =&gt; /lib/libncurses.so.5 (0xb7f6b000)<br /> libc.so.6 =&gt; /lib/tls/libc.so.6 (0xb7e57000)<br /> /lib/ld-linux.so.2 (0xb7feb000)</p> <p>After exporting LD_LIBRARY_PATH="/usr/lib/pfqueue", the<br /> application runs fine.</p></div>Andrej KacianThu, 01 Sep 2005 00:16:00 -0000https://sourceforge.net635833bbba06169ba146c06f0686d1adfb07cb98Aquileo | Doesn't compile under FreeBSD and generally doesn't workhttps://sourceforge.net/p/pfqueue/bugs/1/<div class="markdown_content"><p>I couldn't get it to compile "out of the box" under<br /> FreeBSD.</p> <p>First, it complained about "false" not being declared. </p> <p>I #defined it to 0 at the top of pfqueue.c.</p> <p>Then, it complained of syntax errors because of "FILE<br /> p* = popen..." instructions being syntax errors.</p> <p>I then moved the declarations of FILE *p; near the top<br /> of the functions, in the declaration section, and left<br /> "p = popen..." instead.</p> <p>It then compiled and ran (or at least, started)</p> <p>However, it keeps saying the postfix queue is empty,<br /> whereas mailq says there're 15 messages in it.</p> <p>I guess the code is Linux-centric ?</p> <p>You still need to work on it ! :P</p> <p>P.C. (news@kyoko.org)</p></div>AnonymousWed, 15 Dec 2004 17:06:11 -0000https://sourceforge.net3b81e31964efe35eb7874063266351872e33607a