Bug#818678: mb2md: Unable to find target mailbox directory

mechtilde ooo at mechtilde.de
Sat Mar 19 16:09:47 UTC 2016


Package: mb2md
Version: 3.20-7
Severity: important

Converting MBox to maildir failed:

mb2md -R -s ./MailAccount -d ./MailAccountMD

I want to convert all Mbox files under "Mailaccount" to Maildir files under
"MailAccountMD".

I get the following error message:

Fatal: unable to open input mailbox file:

i fond this message in Line 774 of /usr/bin/mb2md

I guess the whole part is:

        # Change to the target mailbox directory.

        chdir "$maildir" ;
        $mbox = "$pwd/$mbox" if ($mbox !~ m(^[/.]));

                    # Converts a Mbox to multiple files
                    # in a Maildir.
                    # This is adapted from mbox2maildir.
                    #
                    # Open the Mbox mailbox file.


        if (sysopen(MBOX, "$mbox", O_RDONLY))
        {
            #printf("Converting Mbox   $mbox . . .  \n");
        }
        else
        {
            die("Fatal: unable to open input mailbox file: $mbox ! \n");
        }





-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (400, 'testing'), (300, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mb2md depends on:
ii  libtimedate-perl  2.3000-2
ii  perl              5.22.1-8

mb2md recommends no packages.

mb2md suggests no packages.

-- no debconf information



More information about the pkg-perl-maintainers mailing list