Sergey Poznyakoff <[EMAIL PROTECTED]> writes:

> Simon Josefsson <[EMAIL PROTECTED]> ha escrit:
>
>> I'm not sure how to fix this though.  Maybe writing a replacement for
>> 'cp' in tcl/expect works around it...
>
> That's what I did in the yesterday's snapshot. Please, give it a try:
>
> ftp://download.gnu.org.ua/pub/alpha/mailutils/mailutils-1.9.92-20080822.tar.bz

That's the version I tried.  As far as I can tell, it still calls out to
cp:

imap4d/testsuite/lib/imap4d.exp:

...
    if {$reuse_spool == 0} {
        mu_prepare_spools
        set output [remote_exec host \
                         "cp $MU_SPOOL_DIR/teaparty.mbox $MU_SPOOL_DIR/INBOX"]
        if [lindex $output 0] {
                perror "Cannot create $MU_SPOOL_DIR/INBOX: [lindex $output 1]"
                exit 1
        }
...

/Simon


_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to