Package: mailutils
Version: 1:0.6.1-4sarge2
Severity: normal

I have a recipe that should move certain mailing list mails from an
inbox (offlineimap) to a local mailbox. Trying to move into an mbox
blows up IIRC, so I made a maildir. The recipe moves mail happily from a
test mbox file (given with -f) into the maildir, but running the same
recipe with -f argument pointing to a maildir only copies the mail.

Also, the -d flag behaves differently. Notably there's no sight of
debug output while -f points to a maildir.

I'm afraid my test data is gone now, but here's the script:

/*
 * A sieve script for sorting haskell-cafe stuff away from inbox.
 */
require ["fileinto"];

if header :is "List-Id" "The Haskell Cafe <haskell-cafe.haskell.org>"
        {fileinto "mail/haskell-cafe";}



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686
Locale: LANG=en_GB, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mailutils depends on:
ii  guile-1.6-libs        1.6.7-1            Main Guile libraries
ii  libc6                 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  libcomerr2            1.37-2sarge1       common error description library
ii  libgcrypt11           1.2.0-11.1         LGPL Crypto library - runtime libr
ii  libgdbm3              1.8.3-2            GNU dbm database routines (runtime
ii  libgnutls11           1.0.16-13.2sarge2  GNU TLS library - runtime library
ii  libgpg-error0         1.0-1              library for common error values an
ii  libgsasl7             0.2.5-1            GNU SASL library
ii  libguile-ltdl-1       1.6.7-1            Guile's patched version of libtool
ii  libidn11              0.5.13-1.0         GNU libidn library, implementation
ii  libkrb53              1.3.6-2sarge3      MIT Kerberos runtime libraries
ii  libmailutils0         1:0.6.1-4sarge2    GNU Mail abstraction library
ii  libmysqlclient12      4.0.24-10sarge2    mysql database client library
ii  libncurses5           5.4-4              Shared libraries for terminal hand
ii  libpam0g              0.76-22            Pluggable Authentication Modules l
ii  libqthreads-12        1.6.7-1            QuickThreads library for Guile
ii  libreadline5          5.0-10             GNU readline and history libraries
ii  libtasn1-2            0.2.10-3sarge1     Manage ASN.1 structures (runtime)
ii  zlib1g                1:1.2.2-4.sarge.2  compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to