Package: maildrop
Version: 2.0.4-3
Severity: grave
Justification: renders package unusable
After upgrade from etch to lenny maildrop does not work anymore (filters not
changed).
Maildrop hangs on comman substitutions.
Sample filter:
-- [.mailfilter] ------------------
1 # maildrop filter file
2 ## Define commands
3 MAILDIRMAKE = maildirmake
4 REFORMAIL = reformail
5 ## Default maildir directory
6 DEFAULT = $HOME/Maildir
7 ## Logfile
8 logfile $HOME/.mailfilter.log
9 ## Default maildir directory
10 `test -d $DEFAULT`
11 if ( $RETURNCODE == 1 )
12 {
13 `$MAILDIRMAKE $DEFAULT`
14 log "Created maildir $DEFAULT"
15 }
16 ## Store the mail in the default folder
17 to $DEFAULT
-- [.mailfilter] ------------------
Sample execution:
$ sudo exim -Mvc 1LvWju-00029v-BX | maildrop .mailfilter-test
.mailfilter-test(42): MAILDIRMAKE="maildirmake"
.mailfilter-test(43): REFORMAIL="reformail"
.mailfilter-test(47): DEFAULT="/home/reini/Maildir"
maildrop: Filtering through `test -d $DEFAULT`
.mailfilter-test(49): Evaluating IF condition.
.mailfilter-test(49): Operation on: 0 and 1 - equal, result is 0
.mailfilter-test(49): IF evaluated, result=0
maildrop: Timeout quota exceeded.
I installed and pinned maildrop 2.0.2 from etch and all works fine as before.
# LANG=C apt-cache policy maildrop
maildrop:
Installed: 2.0.2-11
Candidate: 2.0.2-11
Package pin: 2.0.2-11
Version table:
2.0.4-3 1001
500 http://ftp.at.debian.org lenny/main Packages
*** 2.0.2-11 1001
100 /var/lib/dpkg/status
-- System Information:
Debian Release: 5.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: arm (armv5tel)
Kernel: Linux 2.6.26-2-ixp4xx
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages maildrop depends on:
ii courier-authlib 0.61.0-1+lenny1 Courier authentication library
ii exim4 4.69-9 metapackage to ease Exim MTA (v4)
ii exim4-daemon-heavy [mail 4.69-9 Exim MTA (v4) daemon with extended
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libgcc1 1:4.3.2-1.1 GCC support library
ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime
ii libpcre3 7.6-2.1 Perl 5 Compatible Regular Expressi
ii libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
maildrop recommends no packages.
maildrop suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]