Package: imapfilter
Version: 1:2.2.2-1
Severity: normal

>From RFC3501, section 5.1:
Mailbox names are 7-bit. Client implementations MUST NOT attempt to
create 8-bit mailbox names,

But the following snippet from my .imapfilter/config.lua:
    results = account1.INBOX:contain_subject('/usr/sbin/delete_sites
--quiet')
    account1.INBOX:mark_seen(results)
    account1.INBOX:move_messages(account1['Trash.Slettede domæner'],
results)

(stored as iso8859-1 as utf-8 sucks)
has caused the creation of
drwx------   6 44345 44460      126 Mar 21 14:46 .Trash.Slettede domæner
on the imap server.

I.e. imapfilter breaks the RFC.

.Henrik

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (700, 'stable'), (600, 'testing'), (20, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages imapfilter depends on:
ii  libc6                   2.11.2-10        Embedded GNU C Library:
Shared lib
ii  liblua5.1-0             5.1.4-5          Simple, extensible,
embeddable pro
ii  libpcre3                8.02-1.1         Perl 5 Compatible Regular
Expressi
ii  libssl0.9.8             0.9.8o-4squeeze1 SSL shared libraries

imapfilter recommends no packages.

imapfilter suggests no packages.

-- no debconf information





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to