On Sat, 28 Feb 2004, Simon Comeau Martel wrote:
>> Your problem is xinetd - it doesn't like recordio being run like this as 
>> stderr data is printed to stdout. Use this bash wrapper instead:
>You should include this tip in the wiki.
>The dump is attached.

Okay; the tip has been added.

In Binc IMAP 1.2.6final, src/maildir-scan.cc, line 260, there's line that
goes:

    if (::time(0) <= mystat.st_mtime) {

Try changing this to

    if (0) {

then recompile, install and see if it helps.

Andy :-)

--
Andreas Aardal Hanssen   | http://www.andreas.hanssen.name/gpg
Author of Binc IMAP      |  "It is better not to do something
http://www.bincimap.org/ |        than to do it poorly."



Reply via email to